[ http://issues.apache.org/jira/browse/AXIS2-1169?page=all ]
Davanum Srinivas resolved AXIS2-1169.
-------------------------------------
Resolution: Won't Fix
we don't support rpc/encoded wsdl's. Latest SVN throws the following exception:
Caused by: org.apache.axis2.schema.SchemaCompilationException:
{http://schemas.xmlsoap.org/soap/encoding/}Array is not supported.
at
org.apache.axis2.schema.SchemaCompiler.findClassName(SchemaCompiler.java:791)
at
org.apache.axis2.schema.SchemaCompiler.processComplexContent(SchemaCompiler.java:1046)
at
org.apache.axis2.schema.SchemaCompiler.processContentModel(SchemaCompiler.java:960)
-- dims
> 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
> Attachments: Ipt_telefonbuchServiceStub.java, searchDirectory.wsdl
>
>
> 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]