source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/optional/wsdl/StockQuoteService.wsdl@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 2.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<wsdl:definitions targetNamespace="http://localhost:8080/axis/StockQuoteService.jws" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:impl="http://localhost:8080/axis/StockQuoteService.jws-impl" xmlns:intf="http://localhost:8080/axis/StockQuoteService.jws" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3 <wsdl:message name="getQuoteResponse">
4 <wsdl:part name="return" type="xsd:float"/>
5 </wsdl:message>
6 <wsdl:message name="getQuoteRequest">
7 <wsdl:part name="symbol" type="xsd:string"/>
8 </wsdl:message>
9 <wsdl:message name="Exception">
10 </wsdl:message>
11 <wsdl:portType name="StockQuoteService">
12 <wsdl:operation name="getQuote" parameterOrder="symbol">
13 <wsdl:input message="intf:getQuoteRequest"/>
14 <wsdl:output message="intf:getQuoteResponse"/>
15 <wsdl:fault message="intf:Exception" name="Exception"/>
16 </wsdl:operation>
17 </wsdl:portType>
18 <wsdl:binding name="StockQuoteServiceSoapBinding" type="intf:StockQuoteService">
19 <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
20 <wsdl:operation name="getQuote">
21 <wsdlsoap:operation soapAction=""/>
22 <wsdl:input>
23 <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/axis/StockQuoteService.jws" use="encoded"/>
24 </wsdl:input>
25 <wsdl:output>
26 <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/axis/StockQuoteService.jws" use="encoded"/>
27 </wsdl:output>
28 </wsdl:operation>
29 </wsdl:binding>
30 <wsdl:service name="StockQuoteServiceService">
31 <wsdl:port binding="intf:StockQuoteServiceSoapBinding" name="StockQuoteService">
32 <wsdlsoap:address location="http://localhost:8080/axis/StockQuoteService.jws"/>
33 </wsdl:port>
34 </wsdl:service>
35</wsdl:definitions>
Note: See TracBrowser for help on using the repository browser.