1 <?xml version=
"1.0" encoding=
"utf-8"?>
4 targetNamespace=
"urn:foo"
6 xmlns:
xsd=
"http://www.w3.org/2001/XMLSchema"
7 xmlns:
soap=
"http://schemas.xmlsoap.org/wsdl/soap/"
8 xmlns=
"http://schemas.xmlsoap.org/wsdl/">
10 <xsd:schema elementFormDefault=
"unqualified" targetNamespace=
"urn:foo">
11 <xsd:element name=
"get_foo">
14 <xsd:element minOccurs=
"0" maxOccurs=
"1" name=
"number" type=
"xsd:string" />
21 <message name=
"get_foo_in">
22 <part name=
"parameters" element=
"tns:get_foo" />
24 <message name=
"get_foo_out">
25 <part name=
"parameters" type=
"xsd:string" />
28 <portType name=
"foo_porttype">
29 <operation name=
"get_foo">
30 <input message=
"tns:get_foo_in" />
31 <output message=
"tns:get_foo_out" />
35 <binding name=
"foo_binding" type=
"tns:foo_porttype">
36 <soap:binding transport=
"http://schemas.xmlsoap.org/soap/http"
38 <operation name=
"get_foo">
39 <soap:operation soapAction=
"urn:foo:get_foo" style=
"document" />
41 <soap:body use=
"literal" />
44 <soap:body use=
"literal" />
49 <service name=
"foo_service">
50 <port name=
"foo_service_port" binding=
"tns:foo_binding">
51 <soap:address location=
"http://localhost:17171/" />