Hi Willy,

It's not entirely clear to me what you are trying to achieve.
With OFBiz you can call external webservices, for some examples check
services with engine="soap" in this file:
ofbiz/framework/common/servicedef/services_test.xml

Also you can export an OFBiz service as webservice, so that external
applications can access OFBiz through soap. The only thing necessary for
this to set export="true" for an service. Then the framework will generate
the WSDL based on service definition.

My favourite way for migrating/sending data to ofbiz is json or xml-rpc
though.

HTH
Bilgin Ibryam




On Wed, May 25, 2011 at 9:06 AM, kiunx <[email protected]> wrote:

> hi all,
> i am willy.
> i am  new in ofbiz so i have some question to ask.
> i want to develop one application under ofbiz, one part of my application
> will use web service. example, my ofbiz application request service request
> data which the service request owner is "user1", my external application
> provide the WSDL that will use to fullfill this request. so when my ofbiz
> application send the request, my external application will send the result
> list of all service request which the service request owner is base on what
> ofbis application send.
>
> can get explain or an example how can i develop my ofbiz application to
> request the data and then get the respone from my external application ?
>
>
> regards,
> willy
>
> sorry for my poor english.
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/how-ofbiz-receive-data-from-external-application-or-database-using-WSDL-web-service-tp3549122p3549122.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Reply via email to