I'm comparing the client stubs generated by IBM Rational Application Developer with Java's wsimport and notice that IBM RAD generates an extra class which is the SOAPProxy class. This class allows the setting of the URL of the web service.
How can I generate a SOAPProxy class in Java's wsimport? Are IBM RAD's wsimport and Java's wsimport the same?
Below are the classes generated by IBM RAD:
- ObjectFactory.java
- package-info.java
- WSCalculator_Service.java
- WSCalculator.java
- WSCalculatorRequest.java
- WSCalculatorResponse.java
- WSCalculatorSOAPProxy.java - This is not generated on Java's wsimport. How can I generate this using Java's wsimport?