You are on page 1of 2

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

>
<!--
Name : ACS_ModifyCustomerData
Date : Mar 05, 2009
Version : 5.11.00
Brief Description WSDL for ModifyCustomerData service:
Reference : AP481_Interface_Agreement_ModifyCustomerData_IASS.doc,
Version :5.11.00
Author : Pasha

Date UpdatedBy Comments


21/12/2007 Pasha Created based on IASS version 0.2.02
08/01/2007 Saravanapk Updated based on IASS version 1.1.00
30/01/2007 Stephen Graves Updated schemaLocation path
31/05/2007 Saravanapk Updated based on IASS version 1.3.00
28/03/2008 Ciju Joseph Updated IASS date and version for CR639 in
TR2.2(new consumer) - there is no physical change to the WSDL
13/03/2009 Arun Joshi TR 2.3 CR 1900 / 624 changes - Portfolio related
fields and new Opt-In fields have been added; IASS Ref: V 5.11.00
13/03/2009 Saravanapk Made changes on schema location in WSDL
-->
<!--Created by TIBCO WSDL-->
<wsdl:definitions
xmlns:ns="http://www.telstra.com/CCandB/ACS_ModifyCustomerData/ACS_ModifyCustomerDa
taRequest"
xmlns:ns1="http://www.telstra.com/CCandB/ACS_ModifyCustomerData/ACS_ModifyCustomerD
ataReply" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://www.telstra.com/CCandB/ACS_ModifyCustomerData"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
targetNamespace="http://www.telstra.com/CCandB/ACS_ModifyCustomerData">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="unqualified" elementFormDefault="qualified"
targetNamespace="http://www.telstra.com/CCandB/ACS_ModifyCustomerData/ACS_ModifyCus
tomerDataRequest">
<xs:include
schemaLocation="../Schemas/ACS_ModifyCustomerDataRequest.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="unqualified" elementFormDefault="qualified"
targetNamespace="http://www.telstra.com/CCandB/ACS_ModifyCustomerData/ACS_ModifyCus
tomerDataReply">
<xs:include
schemaLocation="../Schemas/ACS_ModifyCustomerDataReply.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="ACS_ModifyCustomerDataRequest">
<wsdl:part element="ns:RequestModifyCustomerData"
name="ACS_ModifyCustomerDataRequest"/>
</wsdl:message>
<wsdl:message name="ACS_ModifyCustomerDataReply">
<wsdl:part element="ns1:ReplyModifyCustomerData"
name="ACS_ModifyCustomerDataReply"/>
</wsdl:message>
<wsdl:portType name="BusinessEvents">
<wsdl:operation name="ACS_ModifyCustomerData">
<wsdl:input message="tns:ACS_ModifyCustomerDataRequest"/>
<wsdl:output message="tns:ACS_ModifyCustomerDataReply"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BusinessEventsEndpoint1Binding" type="tns:BusinessEvents">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ACS_ModifyCustomerData">
<soap:operation
soapAction="/SharedResources/WSDL/Services/ACS_ModifyCustomerData-
service1.serviceagent/BusinessEventsEndpoint1/ACS_ModifyCustomerData"
style="document"/>
<wsdl:input>
<soap:body parts="ACS_ModifyCustomerDataRequest" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="ACS_ModifyCustomerDataReply" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ACS_ModifyCustomerData-service1">
<wsdl:port binding="tns:BusinessEventsEndpoint1Binding"
name="BusinessEventsEndpoint1">
<soap:address
location="https://localhost:8123/SharedResources/WSDL/Services/ACS_ModifyCustomerDa
ta-service1.serviceagent/BusinessEventsEndpoint1"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

You might also like