posted 15 years ago
Hi All
Why >> symbols appear in type mapping qname in deploy.wsdd, when we generate code using WSDL2Java Apache Axis 1.4
<typeMapping
xmlns:ns="http://webservices.xxx.com"
qname="ns:>>>First>Second>Third"
type="java:java.lang.String"
serializer="org.apache.axis.encoding.ser.SimpleSerializerFactory"
deserializer="org.apache.axis.encoding.ser.SimpleDeserializerFactory"
encodingStyle=""
/>
The concern for me, if webservice client has to call our webservice, they have use >>> symbols in their client program, which i don't want to.
Thanks