Consuming third party web service

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

Consuming third party web service

David Johnson-18
Hi,

I need to consume a third party web service.

The web service returns an object which contains a a 'List' of other  
objects.

It's not clear how OfBiz copes with this sort of thing. From what I've  
seen in the code for the soap service it simply expects name value pairs
as the response from a web service.

Would it be better in my case to write a java service that implements  
to call to the web service using a proxy client and then get my  
service to serve
up the name value pairs as a series of service calls.

Regards

Dave Johnson