How does a wsimport generated client work?
Before anything else, I want you to know that I can already connect to the web service server. I'm asking this question because I want to gain a deeper knowledge on how a wsimport generated client works. Based from my research, wsimport uses JAXWS. Please note that I have no knowledge from JAXWS. I generated my client using wsimport. The WSDL I used is from an Axis2 web service and was automatically generated by Axis2. The classes below are the results of wsimport: Under com.datamodel.xsd DataBeanRequest.java DataBeanResponse.java ObjectFactory.java package-info.java Under com.service