scheu 02/02/06 14:50:20
Modified: java/samples/echo deploy.wsdd
Log:
Fixed typo.
Revision Changes Path
1.13 +4 -4 xml-axis/java/samples/echo/deploy.wsdd
Index: deploy.wsdd
===================================================================
RCS file: /home/cvs/xml-axis/java/samples/echo/deploy.wsdd,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- deploy.wsdd 6 Feb 2002 19:00:20 -0000 1.12
+++ deploy.wsdd 6 Feb 2002 22:50:20 -0000 1.13
@@ -15,22 +15,22 @@
<beanMapping xmlns:echo="http://soapinterop.org/xsd" qname="echo:SOAPStruct"
languageSpecificType="java:samples.echo.SOAPStruct"/>
<typeMapping xmlns:echo="http://soapinterop.org/xsd"
- qName="echo:ArrayOfSOAPStruct"
+ qname="echo:ArrayOfSOAPStruct"
type="java:samples.echo.SOAPStruct[]"
serializer="org.apache.axis.encoding.ser.ArraySerializerFactory"
deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory" />
<typeMapping xmlns:echo="http://soapinterop.org/xsd"
- qName="echo:ArrayOfstring"
+ qname="echo:ArrayOfstring"
type="java:java.lang.String[]"
serializer="org.apache.axis.encoding.ser.ArraySerializerFactory"
deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory" />
<typeMapping xmlns:echo="http://soapinterop.org/xsd"
- qName="echo:ArrayOfint"
+ qname="echo:ArrayOfint"
type="java:int[]"
serializer="org.apache.axis.encoding.ser.ArraySerializerFactory"
deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory" />
<typeMapping xmlns:echo="http://soapinterop.org/xsd"
- qName="echo:ArrayOffloat"
+ qname="echo:ArrayOffloat"
type="java:float[]"
serializer="org.apache.axis.encoding.ser.ArraySerializerFactory"
deserializer="org.apache.axis.encoding.ser.ArrayDeserializerFactory" />