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
