You are on page 1of 2

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

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

Date UpdatedBy Comments


05/01/2007 Saravanapk Updated based on IASS version 1.0.00
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/ACS_AccountUsageInquiry"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:ns="http://www.telstra.com/CCandB/ACS_AccountUsageInquiry/ACS_AccountUsageInq
uiryRequest"
xmlns:ns1="http://www.telstra.com/CCandB/ACS_AccountUsageInquiry/ACS_AccountUsageIn
quiryReply"
targetNamespace="http://www.telstra.com/CCandB/ACS_AccountUsageInquiry">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.telstra.com/CCandB/ACS_AccountUsageInquiry/ACS_AccountU
sageInquiryRequest" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:include
schemaLocation="../Schemas/ACS_AccountUsageInquiryRequest.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.telstra.com/CCandB/ACS_AccountUsageInquiry/ACS_AccountU
sageInquiryReply" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:include
schemaLocation="../Schemas/ACS_AccountUsageInquiryReply.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="ACS_AccountUsageInquiryRequest">
<wsdl:part name="ACS_AccountUsageInquiryRequest"
element="ns:RequestAccountUsageInquiry"/>
</wsdl:message>
<wsdl:message name="ACS_AccountUsageInquiryReply">
<wsdl:part name="ACS_AccountUsageInquiryReply"
element="ns1:ReplyAccountUsageInquiry"/>
</wsdl:message>
<wsdl:portType name="BusinessEvents">
<wsdl:operation name="ACS_AccountUsageInquiry">
<wsdl:input message="tns:ACS_AccountUsageInquiryRequest"/>
<wsdl:output message="tns:ACS_AccountUsageInquiryReply"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BusinessEventsEndpoint3Binding" type="tns:BusinessEvents">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ACS_AccountUsageInquiry">
<soap:operation style="document"
soapAction="/SharedResources/WSDL/Services/ACS_AccountUsageInquiry-
service3.serviceagent/BusinessEventsEndpoint3/ACS_AccountUsageInquiry"/>
<wsdl:input>
<soap:body use="literal" parts="ACS_AccountUsageInquiryRequest"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="ACS_AccountUsageInquiryReply"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ACS_AccountUsageInquiry-service3">
<wsdl:port name="BusinessEventsEndpoint3"
binding="tns:BusinessEventsEndpoint3Binding">
<soap:address
location="https://localhost:8123/SharedResources/WSDL/Services/ACS_AccountUsageInqu
iry-service3.serviceagent/BusinessEventsEndpoint3"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

You might also like