You are on page 1of 2

<?xml version="1.0" encoding="UTF-8"?

>
<!--
Name : CreateCustomerInteraction
Date : 05/01/2007
Version : 1.1.00
Brief Description :
Reference : AP481_Interface_Agreement_CreateCustomerInteraction_IASS.doc,
Version :1.1.00
Author : Gnaneswar Dayal

Date UpdatedBy Comments


05/01/2007 SaravanaPK Updated the comment statement
30/01/2007 Stephen Graves Updated schemaLocation path
-->
<!--Created by TIBCO WSDL-->
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://www.telstra.com/CCandB/CreateCustomerInteraction"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:ns="http://www.telstra.com/CCandB/CreateCustomerInteraction/CreateCustomerInt
eractionRequest"
xmlns:ns1="http://www.telstra.com/CCandB/CreateCustomerInteraction/CreateCustomerIn
teractionResponse"
targetNamespace="http://www.telstra.com/CCandB/CreateCustomerInteraction">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.telstra.com/CCandB/CreateCustomerInteraction/CreateCust
omerInteractionResponse" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:include
schemaLocation="../Schemas/CreateCustomerInteractionResponse.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.telstra.com/CCandB/CreateCustomerInteraction/CreateCust
omerInteractionRequest" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:include
schemaLocation="../Schemas/CreateCustomerInteractionRequest.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="CreateCustomerInteractionRequest">
<wsdl:part name="CreateCustomerInteractionRequest"
element="ns:RequestCreateCustomerInteraction"/>
</wsdl:message>
<wsdl:message name="CreateCustomerInteractionResponse">
<wsdl:part name="CreateCustomerInteractionResponse"
element="ns1:ResponseCreateCustomerInteraction"/>
</wsdl:message>
<wsdl:portType name="BusinessEvents">
<wsdl:operation name="CreateCustomerInteraction">
<wsdl:input message="tns:CreateCustomerInteractionRequest"/>
<wsdl:output message="tns:CreateCustomerInteractionResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BusinessEventsEndpoint4Binding" type="tns:BusinessEvents">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="CreateCustomerInteraction">
<soap:operation style="document"
soapAction="/SharedResources/WSDL/Services/CreateCustomerInteraction-
service4.serviceagent/BusinessEventsEndpoint4/CreateCustomerInteraction"/>
<wsdl:input>
<soap:body use="literal" parts="CreateCustomerInteractionRequest"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal"
parts="CreateCustomerInteractionResponse"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="CreateCustomerInteraction-service4">
<wsdl:port name="BusinessEventsEndpoint4"
binding="tns:BusinessEventsEndpoint4Binding">
<soap:address
location="https://localhost:8123/SharedResources/WSDL/Services/CreateCustomerIntera
ction-service4.serviceagent/BusinessEventsEndpoint4"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

You might also like