You are on page 1of 2

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

>
<!--
Name : ACSRetrieveOrders WSDL
Date : Jun 22, 2009
Version : 12.00.00
Brief Description : Concrete WSDL for ACSRetrieveOrders service.
Reference : AP481_Interface_Agreement_ACSRetrieveOrders_IASS.doc, Version:
12.00.00
Author : Ashalatha M

UPDATE LOG
Date UpdatedBy Comments
19/02/2008 Anu Vij Removed reference to Fault.xsd and changed
request/response schemas locations. Added service details and updated soap action
in binding section to ACSRetrieveOrders.
16/05/2008 Ciju Joseph CR1240 / TR1.1 Defect #4483, IASS V5.0.00.
23/06/2008 Ciju Joseph Updated the response schema according to IASS
v6.1.00.
Feb 25, 2009 Vigneshwaran V Changed the cardinality of Notes field in
Response and updated field length of ProductLine in Request schema; Ref 9.1.00
Jun 22, 2009 Ashalatha M Updated to incorporate CR2685 changes (TR2.3).
IASS Version 12.00.00.
-->
<!--Created by TIBCO WSDL-->
<wsdl:definitions
xmlns:ns="http://www.telstra.com/CCandB/ACSRetrieveOrders/ACSRetrieveOrdersRequest"
xmlns:ns1="http://www.telstra.com/CCandB/ACSRetrieveOrders/ACSRetrieveOrdersReply"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://www.telstra.com/CCandB/ACSRetrieveOrders"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
targetNamespace="http://www.telstra.com/CCandB/ACSRetrieveOrders">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="unqualified" elementFormDefault="qualified"
targetNamespace="http://www.telstra.com/CCandB/ACSRetrieveOrders/ACSRetrieveOrdersR
equest">
<xs:include
schemaLocation="../Schemas/ACSRetrieveOrdersRequest.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="unqualified" elementFormDefault="qualified"
targetNamespace="http://www.telstra.com/CCandB/ACSRetrieveOrders/ACSRetrieveOrdersR
eply">
<xs:include
schemaLocation="../Schemas/ACSRetrieveOrdersReply.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="ACSRetrieveOrdersRequest">
<wsdl:part name="ACSRetrieveOrdersRequest"
element="ns:ACSRetrieveOrdersRequest"/>
</wsdl:message>
<wsdl:message name="ACSRetrieveOrdersReply">
<wsdl:part name="ACSRetrieveOrdersReply"
element="ns1:ACSRetrieveOrdersReply"/>
</wsdl:message>
<wsdl:portType name="BusinessEvents">
<wsdl:operation name="ACSRetrieveOrders">
<wsdl:input message="tns:ACSRetrieveOrdersRequest"/>
<wsdl:output message="tns:ACSRetrieveOrdersReply"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="BusinessEventsEndpoint0Binding"
type="tns:BusinessEvents">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ACSRetrieveOrders">
<soap:operation soapAction="ACSRetrieveOrders" style="document"/>
<wsdl:input>
<soap:body parts="ACSRetrieveOrdersRequest" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="ACSRetrieveOrdersReply" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ACSRetrieveOrders">
<wsdl:port name="BusinessEventsEndpoint0"
binding="tns:BusinessEventsEndpoint0Binding">
<soap:address
location="https://crm.in.telstra.com.au/CRMServiceBus"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

You might also like