Hi,

I am working on a SOAP client camel component. 

Using camel-soap the developer is not required to implement a SEI or any
kind of stub code. All you need to do is to provide:

 - WSDL location.
 - Web service address.
 - Operation to invoke.

camel-soap consumes java.util.Map objects and convert them to SOAP messages.
The web service result is also converted to java.util.Map and can be
consumed by the next endpoint in the route. 

Take a look on the project page here: http://code.google.com/p/camel-soap/
A short introduction can be found here:
http://code.google.com/p/camel-soap/wiki/Introduction

Thanks,

Wilson Freitas
-- 
View this message in context: 
http://www.nabble.com/camel-soap%3A-New-WSDL-SOAP-client-component-tp23058456p23058456.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.

Reply via email to