I believe that you need to use the "-i" flag on java2wsdl:

-i, --implClass <argument>
  optional class that contains implementation of methods in class-of-portType.  
  The debug information in the class is used
  to obtain the method parameter names, which are used to set
  the WSDL part names.




Ferruh Zamangoer wrote:

Hi,

 

is it possible when I use the Java2WSDL to generate my WSDL –Document to take over the attributes names. When I generate the WSDL file from the following interface:

 

   public boolean unlockAccount(String pseudonym)

        throws RemoteException, ConfuocoException;

 

  <wsdl:message name="unlockAccountRequest">

 

      <wsdl:part name="in0" type="soapenc:string"/>

 

   </wsdl:message>

 

 

I see in the wsdl file name="in0" and have to edit it manually to the right name. Are there any options to take over the right names?

 

Thanks for any help.

 

Regards

Ferruh



Reply via email to