You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by ru...@apache.org on 2002/01/31 18:42:28 UTC

cvs commit: xml-soap/java/samples/interop DeploymentDescriptor.xml

rubys       02/01/31 09:42:28

  Modified:    java/samples/interop DeploymentDescriptor.xml
  Log:
  Add the mapping of ArrayOfSOAPStruct on the server side too.
  
  Revision  Changes    Path
  1.12      +4 -0      xml-soap/java/samples/interop/DeploymentDescriptor.xml
  
  Index: DeploymentDescriptor.xml
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/samples/interop/DeploymentDescriptor.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- DeploymentDescriptor.xml	10 Nov 2001 03:11:57 -0000	1.11
  +++ DeploymentDescriptor.xml	31 Jan 2002 17:42:28 -0000	1.12
  @@ -42,6 +42,10 @@
                xml2JavaClassName="samples.interop.DataSerializer"/>
   
       <isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
  +             xmlns:x="http://soapinterop.org/xsd" qname="x:ArrayOfSOAPStruct"
  +             xml2JavaClassName="org.apache.soap.encoding.soapenc.ArraySerializer"/>
  +
  +    <isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:x="" qname="x:inputBase64"
                xml2JavaClassName="org.apache.soap.encoding.soapenc.Base64Serializer"/>