rineholt 02/03/14 12:03:56
Modified: java/samples/attachments attachdeploy.wsdd
Log:
Make it SOAPEncoded.
Revision Changes Path
1.5 +1 -0 xml-axis/java/samples/attachments/attachdeploy.wsdd
Index: attachdeploy.wsdd
===================================================================
RCS file: /home/cvs/xml-axis/java/samples/attachments/attachdeploy.wsdd,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- attachdeploy.wsdd 30 Jan 2002 18:48:15 -0000 1.4
+++ attachdeploy.wsdd 14 Mar 2002 20:03:56 -0000 1.5
@@ -11,6 +11,7 @@
<typeMapping
deserializer="org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory"
languageSpecificType="java:javax.activation.DataHandler" qname="ns1:DataHandler"
serializer="org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory"
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns1="urn:EchoAttachmentsService"/>
</deployment>