Data Management

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Data Management

ladroge
I have written a previous message according the services.
I think that i have not been explicit.

I globally want to know how to plan each day for example and each afternoon all orders in a xml files.
According the services planned i want to know where the differents results for services can be accessible.

Example : When i plan a service wich will provide all information according the orders, i would like to have an xml file where orders informations is described(if it is possible)

Best regards
Reply | Threaded
Open this post in threaded view
|

Re: Data Management

Vikas Mayur-2
There is a service findOrders in OrderLookupServices that finds the order(s)
in system depending on various input conditions.
Check https://demo.hotwaxmedia.com<https://demo.hotwaxmedia.com/partymgr/control/editlogin?partyId=approver&userLoginId=approver>/ordermgr/control/findorders
to see how it works.
You can write a customized schedule service that calls findOrders service
and exports all the order(s) found in the system to an xml file.

You can find similar code for exporting the order lists into a xml structure
in oagis component under specialpurpose/.
I think you can study the oagisSendProcessShipment service as an example.

Vikas


On Tue, Mar 18, 2008 at 7:15 PM, ladroge <[hidden email]> wrote:

>
> I have written a previous message according the services.
> I think that i have not been explicit.
>
> I globally want to know how to plan each day for example and each
> afternoon
> all orders in a xml files.
> According the services planned i want to know where the differents results
> for services can be accessible.
>
> Example : When i plan a service wich will provide all information
> according
> the orders, i would like to have an xml file where orders informations is
> described(if it is possible)
>
> Best regards
>
> --
> View this message in context:
> http://www.nabble.com/Data-Management-tp16121547p16121547.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Data Management

ladroge
Thanks Vikas
Have you another link to do it because the link given is not enable.

Thanks




Vikas Mayur-2 wrote
There is a service findOrders in OrderLookupServices that finds the order(s)
in system depending on various input conditions.
Check https://demo.hotwaxmedia.com<https://demo.hotwaxmedia.com/partymgr/control/editlogin?partyId=approver&userLoginId=approver>/ordermgr/control/findorders
to see how it works.
You can write a customized schedule service that calls findOrders service
and exports all the order(s) found in the system to an xml file.

You can find similar code for exporting the order lists into a xml structure
in oagis component under specialpurpose/.
I think you can study the oagisSendProcessShipment service as an example.

Vikas


On Tue, Mar 18, 2008 at 7:15 PM, ladroge <ladroge@hotmail.fr> wrote:

>
> I have written a previous message according the services.
> I think that i have not been explicit.
>
> I globally want to know how to plan each day for example and each
> afternoon
> all orders in a xml files.
> According the services planned i want to know where the differents results
> for services can be accessible.
>
> Example : When i plan a service wich will provide all information
> according
> the orders, i would like to have an xml file where orders informations is
> described(if it is possible)
>
> Best regards
>
> --
> View this message in context:
> http://www.nabble.com/Data-Management-tp16121547p16121547.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Data Management

Vikas Mayur-2
I think the demo sites are not working, though this is a temporary problem.
Instead you can test it on your local box with
https://localhost:8443/ordermgr/control/findorders

You can also test it from
http://docs.ofbiz.org/display/OFBIZ/Alternative+Demo+Servers

Hope this helps.

Vikas

On Tue, Mar 18, 2008 at 10:12 PM, ladroge <[hidden email]> wrote:

>
> Thanks Vikas
> Have you another link to do it because the link given is not enable.
>
> Thanks
>
>
>
>
>
> Vikas Mayur-2 wrote:
> >
> > There is a service findOrders in OrderLookupServices that finds the
> > order(s)
> > in system depending on various input conditions.
> > Check
> > https://demo.hotwaxmedia.com<
> https://demo.hotwaxmedia.com/partymgr/control/editlogin?partyId=approver&userLoginId=approver
> >/ordermgr/control/findorders
> > to see how it works.
> > You can write a customized schedule service that calls findOrders
> service
> > and exports all the order(s) found in the system to an xml file.
> >
> > You can find similar code for exporting the order lists into a xml
> > structure
> > in oagis component under specialpurpose/.
> > I think you can study the oagisSendProcessShipment service as an
> example.
> >
> > Vikas
> >
> >
> > On Tue, Mar 18, 2008 at 7:15 PM, ladroge <[hidden email]> wrote:
> >
> >>
> >> I have written a previous message according the services.
> >> I think that i have not been explicit.
> >>
> >> I globally want to know how to plan each day for example and each
> >> afternoon
> >> all orders in a xml files.
> >> According the services planned i want to know where the differents
> >> results
> >> for services can be accessible.
> >>
> >> Example : When i plan a service wich will provide all information
> >> according
> >> the orders, i would like to have an xml file where orders informations
> is
> >> described(if it is possible)
> >>
> >> Best regards
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Data-Management-tp16121547p16121547.html
> >> Sent from the OFBiz - User mailing list archive at Nabble.com.
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Data-Management-tp16121547p16125225.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Data Management

Vikas Mayur-2
In reply to this post by Vikas Mayur-2
On Tue, Mar 18, 2008 at 9:55 PM, Vikas Mayur <[hidden email]> wrote:

> There is a service findOrders in OrderLookupServices that finds the
> order(s) in system depending on various input conditions.
> Check https://demo.hotwaxmedia.com<https://demo.hotwaxmedia.com/partymgr/control/editlogin?partyId=approver&userLoginId=approver>/ordermgr/control/findorders
> to see how it works.
> You can write a customized schedule service that calls findOrders service
> and exports all the order(s) found in the system to an xml file.
>
> You can find similar code for exporting the order lists into a xml
> structure in oagis component under specialpurpose/.



Sorry .. I mean to say you can take help from the oagis component services
to see how data is exported into a xml structure.



>
> I think you can study the oagisSendProcessShipment service as an example.
>
> Vikas
>
>
>
> On Tue, Mar 18, 2008 at 7:15 PM, ladroge <[hidden email]> wrote:
>
> >
> > I have written a previous message according the services.
> > I think that i have not been explicit.
> >
> > I globally want to know how to plan each day for example and each
> > afternoon
> > all orders in a xml files.
> > According the services planned i want to know where the differents
> > results
> > for services can be accessible.
> >
> > Example : When i plan a service wich will provide all information
> > according
> > the orders, i would like to have an xml file where orders informations
> > is
> > described(if it is possible)
> >
> > Best regards
> >
> > --
> > View this message in context:
> > http://www.nabble.com/Data-Management-tp16121547p16121547.html
> > Sent from the OFBiz - User mailing list archive at Nabble.com.
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Data Management

Vikas Mayur-2
In reply to this post by ladroge
Not sure what you did.
specialpurpose is a directory that come with the trunk, like applications
and framework.
There is a oagis application / component under specialpurpose directory.

Check how ProcessShipment.ftl template is used to prepare an xml message /
file ( related service is oagisSendProcessShipment).

Hope this helps !

Vikas

On Fri, Mar 21, 2008 at 4:55 PM, <[hidden email]> wrote:

> Hi
> I have download OAGIS but i don't see a xml file named specialpurpose or
> directory named like that.
> Can you give me more information about it?
>
> Thanks
>
>
>
>
> Vikas Mayur-2 wrote:
> >
> > On Tue, Mar 18, 2008 at 9:55 PM, Vikas Mayur <[hidden email]>
> wrote:
> >
> >> There is a service findOrders in OrderLookupServices that finds the
> >> order(s) in system depending on various input conditions.
> >> Check
> >> https://demo.hotwaxmedia.com<
> https://demo.hotwaxmedia.com/partymgr/control/editlogin?partyId=approver&userLoginId=approver
> >/ordermgr/control/findorders
> >> to see how it works.
> >> You can write a customized schedule service that calls findOrders
> service
> >> and exports all the order(s) found in the system to an xml file.
> >>
> >> You can find similar code for exporting the order lists into a xml
> >> structure in oagis component under specialpurpose/.
> >
> >
> >
> > Sorry .. I mean to say you can take help from the oagis component
> services
> > to see how data is exported into a xml structure.
> >
> >
> >
> >>
> >> I think you can study the oagisSendProcessShipment service as an
> example.
> >>
> >> Vikas
> >>
> >>
> >>
> >> On Tue, Mar 18, 2008 at 7:15 PM, ladroge <[hidden email]> wrote:
> >>
> >> >
> >> > I have written a previous message according the services.
> >> > I think that i have not been explicit.
> >> >
> >> > I globally want to know how to plan each day for example and each
> >> > afternoon
> >> > all orders in a xml files.
> >> > According the services planned i want to know where the differents
> >> > results
> >> > for services can be accessible.
> >> >
> >> > Example : When i plan a service wich will provide all information
> >> > according
> >> > the orders, i would like to have an xml file where orders
> informations
> >> > is
> >> > described(if it is possible)
> >> >
> >> > Best regards
> >> >
> >> > --
> >> > View this message in context:
> >> > http://www.nabble.com/Data-Management-tp16121547p16121547.html
> >> > Sent from the OFBiz - User mailing list archive at Nabble.com.
> >> >
> >> >
> >>
> >
> >
> Quoted from:
> http://www.nabble.com/Data-Management-tp16121547p16137899.html
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Data Management

ladroge
In reply to this post by ladroge
In my opentaps package there is no Oagis component in the folder specialprpose.
Someone can tell me how to have this package?
ladroge wrote
I have written a previous message according the services.
I think that i have not been explicit.

I globally want to know how to plan each day for example and each afternoon all orders in a xml files.
According the services planned i want to know where the differents results for services can be accessible.

Example : When i plan a service wich will provide all information according the orders, i would like to have an xml file where orders informations is described(if it is possible)

Best regards