Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://ws.wso2.org/dataservice" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns0="http://test.org" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://ws.wso2.org/dataservice">
- <wsdl:documentation/>
- <wsdl:types>
- <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://test.org">
- <xs:element name="getDetails">
- <xs:complexType>
- <xs:sequence/>
- </xs:complexType>
- </xs:element>
- <xs:element name="Name" type="ns0:Name"/>
- <xs:complexType name="Name">
- <xs:sequence>
- <xs:element maxOccurs="unbounded" minOccurs="0" name="customer" type="ns0:customer"/>
- </xs:sequence>
- </xs:complexType>
- <xs:complexType name="customer">
- <xs:sequence>
- <xs:element name="nid" nillable="true" type="xs:string"/>
- <xs:element name="name" nillable="true" type="xs:string"/>
- </xs:sequence>
- </xs:complexType>
- </xs:schema>
- <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://ws.wso2.org/dataservice">
- <xs:element name="DataServiceFault" type="xs:string"/>
- <xs:element name="REQUEST_STATUS" type="xs:string"/>
- <xs:element name="DATA_SERVICE_RESPONSE">
- <xs:complexType>
- <xs:sequence>
- <xs:any minOccurs="0"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:schema>
- </wsdl:types>
- <wsdl:message name="getDetailsRequest">
- <wsdl:part name="parameters" element="ns0:getDetails"/>
- </wsdl:message>
- <wsdl:message name="getDetailsResponse">
- <wsdl:part name="parameters" element="ns0:Name"/>
- </wsdl:message>
- <wsdl:message name="DataServiceFault">
- <wsdl:part name="parameters" element="ns1:DataServiceFault"/>
- </wsdl:message>
- <wsdl:portType name="testDSPortType">
- <wsdl:operation name="getDetails">
- <wsdl:documentation/>
- <wsdl:input message="ns1:getDetailsRequest" wsaw:Action="urn:getDetails"/>
- <wsdl:output message="ns1:getDetailsResponse" wsaw:Action="urn:getDetailsResponse"/>
- <wsdl:fault message="ns1:DataServiceFault" name="DataServiceFault" wsaw:Action="urn:getDetailsDataServiceFault"/>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="testDSSOAP11Binding" type="ns1:testDSPortType">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
- <wsdl:operation name="getDetails">
- <soap:operation soapAction="urn:getDetails" style="document"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="DataServiceFault">
- <soap:fault use="literal" name="DataServiceFault"/>
- </wsdl:fault>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="testDSSOAP12Binding" type="ns1:testDSPortType">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
- <wsdl:operation name="getDetails">
- <soap12:operation soapAction="urn:getDetails" style="document"/>
- <wsdl:input>
- <soap12:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal"/>
- </wsdl:output>
- <wsdl:fault name="DataServiceFault">
- <soap12:fault use="literal" name="DataServiceFault"/>
- </wsdl:fault>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="testDSHttpBinding" type="ns1:testDSPortType">
- <http:binding verb="POST"/>
- <wsdl:operation name="getDetails">
- <http:operation location="getDetails"/>
- <wsdl:input>
- <mime:content type="text/xml" part="parameters"/>
- </wsdl:input>
- <wsdl:output>
- <mime:content type="text/xml" part="parameters"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="testDS">
- <wsdl:port name="SOAP11Endpoint" binding="ns1:testDSSOAP11Binding">
- <soap:address location="http://10.10.10.29:9769/services/testDS.SOAP11Endpoint/"/>
- </wsdl:port>
- <wsdl:port name="SecureSOAP11Endpoint" binding="ns1:testDSSOAP11Binding">
- <soap:address location="https://10.10.10.29:9449/services/testDS.SecureSOAP11Endpoint/"/>
- </wsdl:port>
- <wsdl:port name="SecureSOAP12Endpoint" binding="ns1:testDSSOAP12Binding">
- <soap12:address location="https://10.10.10.29:9449/services/testDS.SecureSOAP12Endpoint/"/>
- </wsdl:port>
- <wsdl:port name="SOAP12Endpoint" binding="ns1:testDSSOAP12Binding">
- <soap12:address location="http://10.10.10.29:9769/services/testDS.SOAP12Endpoint/"/>
- </wsdl:port>
- <wsdl:port name="HTTPEndpoint" binding="ns1:testDSHttpBinding">
- <http:address location="http://10.10.10.29:9769/services/testDS.HTTPEndpoint/"/>
- </wsdl:port>
- <wsdl:port name="SecureHTTPEndpoint" binding="ns1:testDSHttpBinding">
- <http:address location="https://10.10.10.29:9449/services/testDS.SecureHTTPEndpoint/"/>
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment