How to access the services without passing http request

2009-06-11 Thread jillas
Prashanth Jilla -- View this message in context: http://www.nabble.com/How-to-access-the-services-without-passing-http-request-tp23979212p23979212.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: How to access the services without passing http request

2009-06-11 Thread Divesh Dutta
Hi Prashant please send in detail what you are trying to do. And what are you expecting. And what is not happening. May be code snippet and errors will help us to understand your problem. Thanks -- Divesh jillas wrote: Hi How to access the createPerson service by passing the required

Re: How to access the services without passing http request

2009-06-11 Thread Vivek Mishra
Hello Prashanth, Is it something which you are looking for call-service service-name=createPerson in-map-name=createPersonCtx result-to-field result-name=partyId field=createUlInMap.partyId/ /call-service] Refer PartySimpleMethods.xml file. Thanks ! -- Vivek Mishra

Re: How to access the services without passing http request

2009-06-11 Thread jillas
the services without using http? Thanks Regards Prashanth Jilla -- View this message in context: http://www.nabble.com/How-to-access-the-services-without-passing-http-request-tp23979212p23979856.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: How to access the services without passing http request

2009-06-11 Thread jillas
Regards Prashanth Jilla -- View this message in context: http://www.nabble.com/How-to-access-the-services-without-passing-http-request-tp23979212p23979872.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: How to access the services without passing http request

2009-06-11 Thread BJ Freeman
if I understand you, you want to import xml and create a person from the data. this is more a general overview for you to get you pointed in the general direction, not give you a complete solution. you can do this a couple of ways: 1)for the import you can use a xlst type of transform, using Ftl