Java Reference
In-Depth Information
<output message="tns:IntToRoman0Response">
<soap:body use="encoded"
encodin-
gStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:Roman-IRoman"/>
</output>
</operation>
<operation name="romantoint">
<soap:operation
soapAction="urn:Roman-IRo-
man#romantoint" style="rpc"/>
<input message="tns:romantoint1request">
<soap:body use="encoded"
encodin-
gStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:Roman-IRoman"/>
</input>
<output message="tns:romantoint1response">
<soap:body use="encoded"
encodin-
gStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:Roman-IRoman"/>
</output>
</operation>
</binding>
<service name="IRomanservice">
<port name="IRomanport" binding="tns:IRomanbinding">
<soap:address
location="http://www.ebob42.com/cgi-bin/ro-
mulan.exe/soap/IRoman"/>
</port>
</service>
</definitions>
Listing 11-17 ' s WSDL document provides important information for constructing
SOAPrequestandresponsemessages—notetheabsenceofa types elementbecause
the service uses only XML Schema builtin simple types; furthermore, the document
styleis rpc .Thisinformationincludesthe IntToRoman and RomanToInt operation
Search WWH ::




Custom Search