Hi,

 

I’m running java2wsdl (axis1.3) in rpc style on my java source files.

In the generated wsdl I see that the messages arguments types have the ‘soapenc’ namespace i.e.,     <wsdl:part name="in0" type="soapenc:string"/>.

Yet, when I look at automatically generated wsdl from the axis engine on my web server I see that those types are defined with the xsd namespace - “xsd:string”.

How can I cause the java2wsdl tool to generate a wsdl using the xsd namespace for parameter types (and what is actually the difference between those two namespaces?)?

 

Thanks,

 

Mati David,

 

Reply via email to