Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.0
-
None
Description
Add a new createClientSideAxisService method to AxisService that takes a WSDL4J Definition object.
See JIRA AXIS2-482 and these two emails:
http://mail-archives.apache.org/mod_mbox/ws-axis-dev/200603.mbox/%3cOF68F5FB94.1B30D7D1-ON80257135.00382A59-80257135.003C4493@uk.ibm.com%3e
http://marc.theaimsgroup.com/?l=axis-dev&m=114290528203570&w=2
The first email also asks about how the Options argument is suposed to work. Would the API be simpler if the method signature was:
public static AxisService createClientSideAxisService(Definition wsdlDefinition, QName wsdlServiceName, String portName) throws AxisFault {
and then if you need to fiddle with the options you can get/set them from the newly created AxisService object.