whitlock    2002/06/14 07:05:51

  Modified:    java/test/inout/wsifservice DeploymentDescriptor.xml
  Log:
  fix typo in javaType
  
  Revision  Changes    Path
  1.2       +1 -1      
xml-axis-wsif/java/test/inout/wsifservice/DeploymentDescriptor.xml
  
  Index: DeploymentDescriptor.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-axis-wsif/java/test/inout/wsifservice/DeploymentDescriptor.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DeploymentDescriptor.xml  6 Jun 2002 08:28:55 -0000       1.1
  +++ DeploymentDescriptor.xml  14 Jun 2002 14:05:51 -0000      1.2
  @@ -12,7 +12,7 @@
       <isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
             xmlns:x="http://wsiftypes.addressbook/"; 
             qname="x:address"
  -          javaType="caddressbook.wsiftypes.Address"
  +          javaType="addressbook.wsiftypes.Address"
             java2XMLClassName="org.apache.soap.encoding.soapenc.BeanSerializer"
             xml2JavaClassName="org.apache.soap.encoding.soapenc.BeanSerializer"/>
       <isd:map encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
  
  
  


Reply via email to