You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by to...@apache.org on 2005/06/04 00:31:54 UTC

cvs commit: ws-axis/java/test/wsdl/extensibility server-deploy.wsdd

tomj        2005/06/03 15:31:54

  Modified:    java/test/wsdl/extensibility server-deploy.wsdd
  Log:
  Remove type mapping for anonymous queryResponse type as we don't
  want it or need it.
  
  Revision  Changes    Path
  1.13      +0 -8      ws-axis/java/test/wsdl/extensibility/server-deploy.wsdd
  
  Index: server-deploy.wsdd
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/test/wsdl/extensibility/server-deploy.wsdd,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- server-deploy.wsdd	20 Oct 2004 13:49:35 -0000	1.12
  +++ server-deploy.wsdd	3 Jun 2005 22:31:54 -0000	1.13
  @@ -27,14 +27,6 @@
   
           <typeMapping
             xmlns:ns="urn:ExtensibilityQuery"
  -          qname="ns:>queryResponse"
  -          type="java:test.wsdl.extensibility.QueryResponse"
  -          serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"
  -          deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory"
  -          encodingStyle=""
  -        />
  -        <typeMapping
  -          xmlns:ns="urn:ExtensibilityQuery"
             qname="ns:ExtensibilityType"
             type="java:test.wsdl.extensibility.ExtensibilityType"
             serializer="org.apache.axis.encoding.ser.BeanSerializerFactory"