antelder 2003/01/13 12:04:49
Modified: java/test/docStyle/wsifservice zipCodeLocal.wsdl
Log:
Make zipcode testcase wsdl a bit more clearly formatted
Revision Changes Path
1.4 +5 -0 xml-axis-wsif/java/test/docStyle/wsifservice/zipCodeLocal.wsdl
Index: zipCodeLocal.wsdl
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/test/docStyle/wsifservice/zipCodeLocal.wsdl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- zipCodeLocal.wsdl 7 Dec 2002 12:34:02 -0000 1.3
+++ zipCodeLocal.wsdl 13 Jan 2003 20:04:49 -0000 1.4
@@ -1,5 +1,6 @@
<?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/" >
+
<types>
<s:schema xmlns:s="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="qualified" elementFormDefault="qualified"
targetNamespace="http://webservices.eraserver.net/">
<s:element name="ShortZipCode">
@@ -25,9 +26,11 @@
<message name="ShortZipCodeSoapIn">
<part name="parameters" element="s0:ShortZipCode" />
</message>
+
<message name="ShortZipCodeSoapOut">
<part name="parameters" element="s0:ShortZipCodeResponse" />
</message>
+
<portType name="ZipCodeResolverSoap">
<operation name="ShortZipCode">
<documentation>Given a valid street address, city, and state, returns the ZIP
code in NNNNN format. If an error occurs, returns 00000 instead. Use accessCode of '0'
or '9999' for testing.</documentation>
@@ -35,6 +38,7 @@
<output message="s0:ShortZipCodeSoapOut" />
</operation>
</portType>
+
<binding name="ZipCodeResolverSoap" type="s0:ZipCodeResolverSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"
/>
<operation name="ShortZipCode">
@@ -47,6 +51,7 @@
</output>
</operation>
</binding>
+
<service name="ZipCodeResolver">
<documentation>Given a valid street address, city, and state, this service
returns the proper ZIP code, ZIP code+4, or USPS corrected address. NOTE: This service
is meant for non-commercial, personal use only.</documentation>
<port name="ZipCodeResolverSoap" binding="s0:ZipCodeResolverSoap">