[ 
http://issues.apache.org/jira/browse/AXIS-2107?page=comments#action_12315818 ] 

Venkat Reddy commented on AXIS-2107:
------------------------------------

When i run WSDL2Java on the attached minimal wsdl, the generated PortType class 
has these methods - 

    public java.lang.Object help(java.lang.String subscriptionId) throws 
java.rmi.RemoteException;
    public java.lang.String multiOperation(com.amazon.w.A... .Help help) throws 
java.rmi.RemoteException;

I think there are two issues here. The signature for the first method should 
use Help type instead of java.lang.String, since it is a wrapped style service. 
Second, the Help class need to be generated, because it is used by atleast the 
second method.

just thinking aloud.

- venkat

> Amazon WSDL Misses Class Declarations
> -------------------------------------
>
>          Key: AXIS-2107
>          URL: http://issues.apache.org/jira/browse/AXIS-2107
>      Project: Apache Axis
>         Type: Bug
>   Components: WSDL processing
>  Environment: OSX Tiger 10.4
> java version "1.4.2_07"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-215)
> Java HotSpot(TM) Client VM (build 1.4.2-50, mixed mode)
>     Reporter: Christian Gross
>     Assignee: Venkat Reddy
>     Priority: Blocker
>  Attachments: A3.wsdl
>
> I am processing the current Amazon WSDL file.
> When I use Axis 1.2.1 a number of classes are not generated, with an example 
> being Help.  If I use Axis 1.2, or earlier everything is processed properly.

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

Reply via email to