Menu

[r3124]: / trunk / ch.sahits.codegen.example / fragments / AddressService.wsdl  Maximize  Restore  History

Download this file

55 lines (54 with data), 2.6 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="AddressService" targetNamespace="http://www.zfi.ch/services/axis2/address" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:zfi="http://www.zfi.ch/services/axis2/address" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<wsdl:types>
<xsd:schema targetNamespace="http://www.zfi.ch/services/axis2/address">
<!-- this is the address type -->
<xsd:complexType name="AddressType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="firstName" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="1" name="lastName" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="1" name="city" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="1" name="birthDate" type="xsd:date"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="AddressListType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="addressList" type="zfi:AddressType"/>
</xsd:sequence>
</xsd:complexType>
<!-- get address request/response -->
<xsd:element name="getAddressListResponse" type="zfi:AddressListType"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="GetAddressListResponse">
<wsdl:part name="parameters" element="zfi:getAddressListResponse">
</wsdl:part>
</wsdl:message>
<wsdl:message name="GetAddressListRequest">
</wsdl:message>
<wsdl:portType name="AddressService">
<wsdl:operation name="GetAddressListOperation">
<wsdl:input message="zfi:GetAddressListRequest">
</wsdl:input>
<wsdl:output message="zfi:GetAddressListResponse">
</wsdl:output>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="AddressServiceSOAP" type="zfi:AddressService">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="GetAddressListOperation">
<soap:operation soapAction="http://www.zfi.ch/services/axis2/address"/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="AddressService">
<wsdl:port name="AddressServiceSOAP" binding="zfi:AddressServiceSOAP">
<soap:address location="http://localhost:8080/QuoteService/services/AddressService"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.