Wednesday, January 15, 2014

Problem creating client stubs in JAX WS

There will be a problem when you try to consume services using JAX WS if the wsdl is not proper. Here is an explanation of a scenario

If the wsdl has same operation name and the element name then it would not generate client stubs properly.

If you encounter such scenarios then change the element name or the operation name and try to generate services using JAX WS again.


No comments:

Post a Comment