ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" |
| 3 | xmlns:sdncadaptersc="http://domain2.att.com/workflow/sdnc/adapter/schema/v1" |
| 4 | xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" |
| 5 | xmlns:tns="http://domain2.att.com/workflow/sdnc/adapter/wsdl/v1" |
| 6 | xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" |
| 7 | xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
| 8 | targetNamespace="http://domain2.att.com/workflow/sdnc/adapter/wsdl/v1"> |
| 9 | <types> |
| 10 | <schema xmlns="http://www.w3.org/2001/XMLSchema" |
| 11 | elementFormDefault="qualified" |
| 12 | targetNamespace="http://domain2.att.com/workflow/sdnc/adapter/wsdl/v1"> |
| 13 | <import namespace="http://domain2.att.com/workflow/sdnc/adapter/schema/v1" |
| 14 | schemaLocation="SDNCAdapterSchema.xsd" /> |
| 15 | </schema> |
| 16 | </types> |
| 17 | |
| 18 | <message name="SDNCAdapterRequest"> |
| 19 | <part element="sdncadaptersc:SDNCAdapterRequest" name="SDNCAdapterRequest"> |
| 20 | </part> |
| 21 | </message> |
| 22 | <message name="SDNCAdapterResponse"> |
| 23 | <part element="sdncadaptersc:SDNCAdapterResponse" name="SDNCAdapterResponse"> |
| 24 | </part> |
| 25 | </message> |
| 26 | |
| 27 | <portType name="SDNCAdapterPortType"> |
| 28 | <operation name="SDNCAdapter"> |
| 29 | <input message="tns:SDNCAdapterRequest" name="SDNCAdapterRequest"> |
| 30 | </input> |
| 31 | <output message="tns:SDNCAdapterResponse" name="SDNCAdapterResponse"> |
| 32 | </output> |
| 33 | </operation> |
| 34 | </portType> |
| 35 | |
| 36 | <binding name="SDNCAdapterSoapHttpBinding" type="tns:SDNCAdapterPortType"> |
| 37 | <soap:binding style="document" |
| 38 | transport="http://schemas.xmlsoap.org/soap/http" /> |
| 39 | <operation name="SDNCAdapter"> |
| 40 | <soap:operation soapAction="" style="document" /> |
| 41 | <input> |
| 42 | <soap:body use="literal" /> |
| 43 | </input> |
| 44 | <output> |
| 45 | <soap:body use="literal" /> |
| 46 | </output> |
| 47 | </operation> |
| 48 | </binding> |
| 49 | |
| 50 | <service name="SDNCAdapterService"> |
| 51 | <port binding="tns:SDNCAdapterSoapHttpBinding" name="SDNCAdapterSoapHttpPort"> |
| 52 | <soap:address location="SDNCAdapterService" /> |
| 53 | </port> |
| 54 | </service> |
| 55 | </definitions> |