File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes deploy.wsdd >> symbols Axis engine Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "deploy.wsdd >> symbols Axis engine" Watch "deploy.wsdd >> symbols Axis engine" New topic
Author

deploy.wsdd >> symbols Axis engine

Suri Babs
Ranch Hand

Joined: Mar 27, 2003
Posts: 50
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: deploy.wsdd >> symbols Axis engine
 
Similar Threads
Why Axis can't deserialize my object if I write in this way?
No deserializer error
Not able to redeploy my web service in eclipse
Axis No Serializer Found error...
The AXIS engine could not find a target service to invoke