incomplete code generation by wsdl2java
---------------------------------------
Key: AXIS2-1169
URL: http://issues.apache.org/jira/browse/AXIS2-1169
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: wsdl
Affects Versions: 1.0
Reporter: Stephan Steiner
Generating the client stub using the commandline
wsdl2java -uri searchDirectory.wsdl -o <path> -p <package>
The resulting classes are incomplete. The service returns an element named
response of type_searchDirectoryOutput, which in turn is of type
__SearchDirectoryResponse, and __SearchDirectoryResponse includes an element
called employees which is of type ArrayOf__employee and which in turn consists
of an array of employee objects.
Likewise for the input, __SearchDirectoryRequest ought to have 3 string
parameters that are not in the generated code.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]