owenb       2002/06/24 07:54:17

  Modified:    java/samples/clients/zipcode zipcoderesolver.wsdl
  Log:
  Added / on to the end of the jms namespace declaration since the new 
  javax.xml.namespace.QName is not tolerant of a missing trailing /
  
  Revision  Changes    Path
  1.3       +1 -1      xml-axis-wsif/java/samples/clients/zipcode/zipcoderesolver.wsdl
  
  Index: zipcoderesolver.wsdl
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/samples/clients/zipcode/zipcoderesolver.wsdl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- zipcoderesolver.wsdl      19 Jun 2002 14:07:23 -0000      1.2
  +++ zipcoderesolver.wsdl      24 Jun 2002 14:54:17 -0000      1.3
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="utf-8"?>
  -<definitions xmlns:s="http://www.w3.org/2001/XMLSchema"; 
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; 
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"; 
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:s0="http://webservices.eraserver.net/"; 
targetNamespace="http://webservices.eraserver.net/"; 
xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:jms="http://schemas.xmlsoap.org/wsdl/jms"; >
  +<definitions xmlns:s="http://www.w3.org/2001/XMLSchema"; 
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; 
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"; 
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:s0="http://webservices.eraserver.net/"; 
targetNamespace="http://webservices.eraserver.net/"; 
xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:jms="http://schemas.xmlsoap.org/wsdl/jms/"; >
     <types>
       <s:schema xmlns:s="http://www.w3.org/2001/XMLSchema"; 
attributeFormDefault="qualified" elementFormDefault="qualified" 
targetNamespace="http://webservices.eraserver.net/";>
         <s:element name="ShortZipCode">
  
  
  


Reply via email to