[ 
http://issues.apache.org/jira/browse/AXIS2-1169?page=comments#action_12435315 ] 
            
Stephan Steiner commented on AXIS2-1169:
----------------------------------------

Wouldn't it make sense if the release version threw that exception as well?
Unless somebody checks a WSDL file against the known limitations (and why 
should one? the whole point of autogenerated WSDLs is so that you can just plug 
it into a code generator and start coding), he'll end up spending a lot of time 
trying to work with generated code that never will work.

> 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]

Reply via email to