You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Shawn Zhu <sz...@apptera.com> on 2005/04/28 00:30:08 UTC

axis 1.2 RC3 wsdl2java

Hi,

  Has anyone experienced this?  I had a wsdl that I generated a set of
client java classes from axis1.1 wsdl2java.  Some of the classes that
were generated are:

CommonServiceSoap.java

CommonServiceSoapStub.java

 

However, with axis1.2 RC3's wsdl2java with the same wsdl, the generated
classes become:

CommonServiceSoap_PortType.java

CommonServiceSoap_BindingStub.java

 

Is this a change in behavior in axis1.2?  I thought it was a very odd
change.

 

Thanks