Also, you will need to make sure your type mappings specify
encodingStyle="":

      <typeMapping
        xmlns:ns="urn:my.urn"
        qname="ns:myNS"
        type="java:MyClass"
        serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
 
deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
        encodingStyle=""
      />

-----Original Message-----
From: Daleiden, Mike [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 22, 2003 10:34 AM
To: [EMAIL PROTECTED]
Subject: RE: axis and soap:binding style=document


In the <service> tag of your deploy.wsdd, set style="document" and
use="literal":

  <service name="MyService" provider="java:RPC" style="document"
use="literal">
      . . .
  </service>

-----Original Message-----
From: Lars Girndt [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 22, 2003 10:23 AM
To: [EMAIL PROTECTED]
Subject: axis and soap:binding style=document


Hello,
Is there any possibility to deploy an axis web service that's
soap:binding 
style is "document"? 

thanks,
lars girndt

Reply via email to