I am researching web service development. Below are a few assumptions and questions I have arrived at from looking at various sources.
When someone creates a web service when they exposing methods externally using Axis2?
Given a WSDL file can be generated using the 'Java-to-WSDL' feature. If I was to then reverse that WSDL using the WSDL-to-Java feature, how would the auto-generated Java code compare to the original Java code?
I assume the auto-generated code is just a skeleton structure, i.e. an interface?