You are on page 1of 2

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

>
<!--
Name : ACSCreateBillingAccount
Date : 19/03/2009
Version : 4.12.00
Brief Description : WSDL for ACSCreateBillingAccount service.
Reference : AP481_Interface_Agreement_ACS_CreateBillingAccount_IASS.doc,
Version:4.12.00
Author : Ahmed Huwait

CHANGE LOG
Date UpdatedBy Comments
11/02/2008 Ahmed Huwait Initial version of WSDL
10/06/2008 Ciju Joseph Performed CR1240, Locality, State and Postcode are
made optional in request schema.
16/01/2009 Vigneshwaran V Updated the cardinality for few fields and
Added new fields as part of TR 2.3 CR 1900 (IASS version 4.12.00)
12/03/2009 Saravanapk Made changes on schema location in WSDL
19/03/2009 Arun Joshi Changed 'DriverLicenceState' field length from '5' to
'3' in Request Schema . No change in response Schema.No change in WSDL(IASS version
4.12.00)
-->
<!--Created by TIBCO WSDL-->
<wsdl:definitions
xmlns:ns="http://www.telstra.com/CCandB/ACSCreateBillingAccount/ACSCreateBillingAcc
ountRequest"
xmlns:ns1="http://www.telstra.com/CCandB/ACSCreateBillingAccount/ACSCreateBillingAc
countReply" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://www.telstra.com/CCandB/ACSCreateBillingAccount"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
targetNamespace="http://www.telstra.com/CCandB/ACSCreateBillingAccount">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="unqualified" elementFormDefault="qualified"
targetNamespace="http://www.telstra.com/CCandB/ACSCreateBillingAccount/ACSCreateBil
lingAccountRequest">
<xs:include
schemaLocation="../Schemas/ACSCreateBillingAccountRequest.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="unqualified" elementFormDefault="qualified"
targetNamespace="http://www.telstra.com/CCandB/ACSCreateBillingAccount/ACSCreateBil
lingAccountReply">
<xs:include
schemaLocation="../Schemas/ACSCreateBillingAccountReply.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="ACSCreateBillingAccountRequest">
<wsdl:part name="ACSCreateBillingAccountRequest"
element="ns:ACSCreateBillingAccountRequest"/>
</wsdl:message>
<wsdl:message name="ACSCreateBillingAccountReply">
<wsdl:part name="ACSCreateBillingAccountReply"
element="ns1:ACSCreateBillingAccountReply"/>
</wsdl:message>
<wsdl:portType name="BusinessEvents">
<wsdl:operation name="ACSCreateBillingAccount">
<wsdl:input message="tns:ACSCreateBillingAccountRequest"/>
<wsdl:output message="tns:ACSCreateBillingAccountReply"/>
</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="ACSCreateBillingAccount">
<soap:operation soapAction="ACSCreateBillingAccount" style="document"/>
<wsdl:input>
<soap:body parts="ACSCreateBillingAccountRequest" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="ACSCreateBillingAccountReply" use="literal"/>
</wsdl:output>
<wsdl:fault name="fault">
<soap:fault name="fault" use="literal"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ACSCreateBillingAccount">
<wsdl:port binding="tns:BusinessEventsEndpoint1Binding"
name="BusinessEventsEndpoint1">
<soap:address location="http://ahuwait-
lt:8123/ACSCreateBillingAccount"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

You might also like