Changeset 6156
- Timestamp:
- 16/12/09 17:13:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/branches/ws-Discovery2-MEDIN/discoveryUpgrade/wsdl/Discovery.wsdl
r6087 r6156 3 3 <wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:tns1="urn:DiscoveryServiceAPI" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:DiscoveryServiceAPI"> 4 4 <wsdl:types> 5 <xs:schema targetNamespace="urn:DiscoveryServiceAPI" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:DiscoveryServiceAPI" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:tns1="urn:DiscoveryServiceAPI" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/">5 <xs:schema targetNamespace="urn:DiscoveryServiceAPI" elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:DiscoveryServiceAPI" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:tns1="urn:DiscoveryServiceAPI" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 6 6 <!-- Request elements --> 7 7 <xs:element name="DoSearch" type="tns:SearchType"/> … … 9 9 <xs:element name="GetListNames" nillable="true"/> 10 10 <xs:element name="GetList" type="tns:GetListType"/> 11 <xs:complexType name="GetVersion"/> 11 12 <!-- Response elements --> 12 13 <xs:element name="DoSearchReturn" type="tns:SearchReturnType"/> … … 14 15 <xs:element name="GetListNamesReturn" type="tns:GetListNamesReturnType"/> 15 16 <xs:element name="GetListReturn" type="tns:GetListReturnType"/> 17 <xs:complexType name="GetVersionReturn"> 18 <xs:complexContent> 19 <xs:extension base="tns:GetVersionReturnType"/> 20 </xs:complexContent> 21 </xs:complexType> 16 22 <!-- Request global types --> 17 23 <xs:complexType name="PresentType"> … … 333 339 </xs:complexContent> 334 340 </xs:complexType> 335 </xs:schema> 341 <xs:complexType name="GetVersionReturnType"> 342 <xs:sequence> 343 <xs:element name="Version" type="xs:string"/> 344 <xs:element name="Comment" type="xs:string"/> 345 </xs:sequence> 346 </xs:complexType> 347 </xs:schema> 336 348 </wsdl:types> 337 349 <wsdl:message name="doSearchRequest">
Note: See TracChangeset
for help on using the changeset viewer.