glyn 02/02/27 02:20:31 Modified: java/test/wsdl/interop3/groupE Interop3GroupE.xml deploy.wsdd Log: Correct namespace of List to http://soapinterop.org/xsd. client/InteropTestListServiceTestClient now works with our endpoint as well as with those currently published from other implementers. Revision Changes Path 1.2 +3 -1 xml-axis/java/test/wsdl/interop3/groupE/Interop3GroupE.xml Index: Interop3GroupE.xml =================================================================== RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/groupE/Interop3GroupE.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Interop3GroupE.xml 20 Feb 2002 13:46:08 -0000 1.1 +++ Interop3GroupE.xml 27 Feb 2002 10:20:31 -0000 1.2 @@ -83,7 +83,7 @@ className="test.wsdl.interop3.groupE.InteropTestList" namespace="http://soapinterop.org/WSDLInteropTestList" location="http://localhost:8080/axis/services/InteropTestList"> - <mapping namespace="http://soapinterop.org/WSDLInteropTestList" + <mapping namespace="http://soapinterop.org/xsd" package="test.wsdl.interop3.groupE"/> </java2wsdl> @@ -116,6 +116,8 @@ verbose="no" testcase="no"> <mapping namespace="http://soapinterop.org/WSDLInteropTestList" + package="test.wsdl.interop3.groupE.client"/> + <mapping namespace="http://soapinterop.org/xsd" package="test.wsdl.interop3.groupE.client"/> </wsdl2java> 1.2 +1 -1 xml-axis/java/test/wsdl/interop3/groupE/deploy.wsdd Index: deploy.wsdd =================================================================== RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/groupE/deploy.wsdd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- deploy.wsdd 20 Feb 2002 13:46:08 -0000 1.1 +++ deploy.wsdd 27 Feb 2002 10:20:31 -0000 1.2 @@ -68,7 +68,7 @@ <parameter name="scope" value="Session"/> <typeMapping - xmlns:ns="http://soapinterop.org/WSDLInteropTestList" + xmlns:ns="http://soapinterop.org/xsd" qname="ns:List" type="java:test.wsdl.interop3.groupE.List" serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"