You are on page 1of 2

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

>
<!--
Name : RetrieveCurrentMonthlyUsage
Date : 22/01/2008
Version : 1.00.00
Brief Description :
Reference :
AP481_Interface_Agreement_RetrieveCurrentMonthlyUsage_IASS.doc, Version :1.00.00
Author : Ciju Joseph

Date UpdatedBy Comments


22/01/2008 Ciju Joseph Initial build version based on IASS version 1.00.00
-->
<!--Created by TIBCO WSDL-->
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://www.telstra.com/CCandB/RetrieveCurrentMonthlyUsage"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:ns="http://www.telstra.com/CCandB/RetrieveCurrentMonthlyUsage/RetrieveCurrent
MonthlyUsageRequest"
xmlns:ns1="http://www.telstra.com/CCandB/RetrieveCurrentMonthlyUsage/RetrieveCurren
tMonthlyUsageReply"
targetNamespace="http://www.telstra.com/CCandB/RetrieveCurrentMonthlyUsage">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.telstra.com/CCandB/RetrieveCurrentMonthlyUsage/Retrieve
CurrentMonthlyUsageReply" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:include
schemaLocation="../Schemas/ACS_RetrieveCurrentMonthlyUsageReply.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.telstra.com/CCandB/RetrieveCurrentMonthlyUsage/Retrieve
CurrentMonthlyUsageRequest" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:include
schemaLocation="../Schemas/ACS_RetrieveCurrentMonthlyUsageRequest.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:service name="RetrieveCurrentMonthlyUsage">
<wsdl:port name="BusinessEventsEndpoint2"
binding="tns:BusinessEventsEndpoint2Binding">
<soap:address location="https://crm.in.telstra.com.au/CRMServiceBus"/>
</wsdl:port>
</wsdl:service>
<wsdl:portType name="BusinessEvents">
<wsdl:operation name="RetrieveCurrentMonthlyUsage">
<wsdl:input message="tns:RetrieveCurrentMonthlyUsageRequest"/>
<wsdl:output message="tns:RetrieveCurrentMonthlyUsageReply"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BusinessEventsEndpoint2Binding" type="tns:BusinessEvents">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="RetrieveCurrentMonthlyUsage">
<soap:operation style="document"
soapAction="RetrieveCurrentMonthlyUsage"/>
<wsdl:input>
<soap:body use="literal"
parts="RetrieveCurrentMonthlyUsageRequest"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="RetrieveCurrentMonthlyUsageReply"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:message name="RetrieveCurrentMonthlyUsageRequest">
<wsdl:part name="RetrieveCurrentMonthlyUsageRequest"
element="ns:RetrieveCurrentMonthlyUsageRequest"/>
</wsdl:message>
<wsdl:message name="RetrieveCurrentMonthlyUsageReply">
<wsdl:part name="RetrieveCurrentMonthlyUsageReply"
element="ns1:RetrieveCurrentMonthlyUsageReply"/>
</wsdl:message>
</wsdl:definitions>

You might also like