Hi,

It seems that wsdl2java in axis_1.1 and axis_1.2beta generate different
java classes when using the same wsdl. Specifically, the new
version does not create separate classes for simple XMLSchema types.  
The reason I moved to axis 1.2beta, was because axis 1.1 was trying to
deserialize a boolean to an object, and 1.2 apparently provides better
mappings to java primitives and built in Axis simple types (eg.
Javal.lang.string, java.lang.boolean, org.apache.axis.PositiveInteger
etc.). 
(Apparently, the class generating tool Castor also behaves like Axis
wsdl2java 1.2beta.) 

So my question is this. If .NET is creating specific objects
(representing the simple schema types etc) and the methods on the
webservice expect these objects as parameters, but axis 1.2 is not
generating these classes then how are we supposed to talk to each other?
What am I missing here? 

Thanks
Joel


Reply via email to