Hi,

I don't quite understand what you want to do. If you have a little experience of JAXWS, you can know the wsdl2java tool already generate the artifacts that you need to invoke the Service.

Camel has lots of component to help use interact with the Web Services, camel-cxf[1], camel-spring-ws[2], camel-soap[3] can do the things that you want.
Please take some time to go through the wiki pages those I showed you.

[1]http://camel.apache.org/cxf.html
[2]http://camel.apache.org/spring-web-services.html
[3]http://camel.apache.org/soap.html
On Wed Feb  1 21:18:11 2012, Omar Atia wrote:
Dears,

I have Web service , that has operation which has many input as parameter to that operation , after generating the Java proxy using wsdl2java , it seems that there is more than input/java source to the Web service .

Can we manage to use JaxB and do the configuration for the Web service Client using spring only XML configuration with Zero code , and call the Web service using spring , shall the camel exchange use more than one class .

Or we need to make a bean in spring and JAXWS to invoke it attached WSDL.

Appreciate your feedback .

Thanks,

Omar Atia




--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
        http://jnn.javaeye.com (Chinese)
Twitter: willemjiang Weibo: willemjiang

Reply via email to