Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #369: date.wsdl

File date.wsdl, 2.1 kB (added by user, 11 months ago)

wsdl file for my test SOAP service, generated by axis

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <wsdl:definitions targetNamespace="http://localhost:8080/WebService/services/date" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:8080/WebService/services/date" xmlns:intf="http://localhost:8080/WebService/services/date" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 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 created by Apache Axis version: 1.4
4 Built on Apr 22, 2006 (06:55:48 PDT)-->
5
6    <wsdl:message name="decodeDateResponse">
7
8       <wsdl:part name="decodeDateReturn" type="xsd:string"/>
9
10    </wsdl:message>
11
12    <wsdl:message name="decodeDateRequest">
13
14       <wsdl:part name="date" type="xsd:dateTime"/>
15
16    </wsdl:message>
17
18    <wsdl:portType name="DateDecoder">
19
20       <wsdl:operation name="decodeDate" parameterOrder="date">
21
22          <wsdl:input message="impl:decodeDateRequest" name="decodeDateRequest"/>
23
24          <wsdl:output message="impl:decodeDateResponse" name="decodeDateResponse"/>
25
26       </wsdl:operation>
27
28    </wsdl:portType>
29
30    <wsdl:binding name="dateSoapBinding" type="impl:DateDecoder">
31
32       <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
33
34       <wsdl:operation name="decodeDate">
35
36          <wsdlsoap:operation soapAction=""/>
37
38          <wsdl:input name="decodeDateRequest">
39
40             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://infra.helpmagic.com" use="encoded"/>
41
42          </wsdl:input>
43
44          <wsdl:output name="decodeDateResponse">
45
46             <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/WebService/services/date" use="encoded"/>
47
48          </wsdl:output>
49
50       </wsdl:operation>
51
52    </wsdl:binding>
53
54    <wsdl:service name="DateDecoderService">
55
56       <wsdl:port binding="impl:dateSoapBinding" name="date">
57
58          <wsdlsoap:address location="http://localhost:8080/WebService/services/date"/>
59
60       </wsdl:port>
61
62    </wsdl:service>
63
64 </wsdl:definitions>