You are on page 1of 2

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

>
<!--
Name : ACS_CreateOrder
Date : Jun 22, 2009
Version : 13.0.00
Brief Description : Client / Concrete WSDL for accessing ACSCreateOrder service
Reference : AP481_Interface_Agreement_ACS_CreateOrder_IASS.doc, Version:
13.0.00
Author : Ashalatha M

Date UpdatedBy Comments


29/12/2006 Saravanapk Updated onsite review comments
05/01/2007 Saravanapk Updated the comment statement
25/01/2007 Saravanapk Updated based on latest IASS version 1.1.00
30/01/2007 Stephen Graves Updated schemaLocation path
12/03/2007 Saravanapk Updated based on IASS version 1.2.00
25/04/2007 Saravanapk Updated version number in comment statement
12/06/2007 Thiyagarajan.KS Updated version number in comment statement
13/06/2007 Saravanapk updated comments statement
03/07/2007 Saravanapk updated based on defect No 4667
06/09/2007 Anu Vij Update to incorporate CreateOrder MCR1040
changes.
19/10/2007 Ciju Joseph Update to incorporate CR714 changes in R1.1.
19/11/2007 Ciju Joseph Updated to incorporate CR841(R1.1) changes.
28/02/2008 Ciju Joseph Performed TR2.2 CR1066 & CR836 updates in the request
schema.
16/05/2008 Ciju Joseph CR1240 / TR1.1 Defect #4483, IASS V6.1.00.
Feb 25, 2009 Vigneshwaran V TR 2.3 CR 1900 - Updated Id field length
in Response schema. Added new field WorkforceIndicator in Request schema as part of
CR 1497; Ref IASS v 11.4.00
Apr 09, 2009 Arun Joshi No change in WSDL or Reply Schema;Field
'AttributeName' under 'OrderAttribute' made optional to sync with IASS in request
Schema.Ref 11.5.00
Jun 22, 2009 Ashalatha M Updated to incorporate CR2685 changes (TR2.3).
IASS Version 13.0.00.
-->

<!--Created by TIBCO WSDL-->


<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://www.telstra.com/CCandB/ACS_CreateOrder"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:ns="http://www.telstra.com/CCandB/ACS_CreateOrder/ACS_CreateOrderRequest"
xmlns:ns1="http://www.telstra.com/CCandB/ACS_CreateOrder/ACS_CreateOrderReply"
targetNamespace="http://www.telstra.com/CCandB/ACS_CreateOrder">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.telstra.com/CCandB/ACS_CreateOrder/ACS_CreateOrderReque
st" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="../Schemas/ACS_CreateOrderRequest.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.telstra.com/CCandB/ACS_CreateOrder/ACS_CreateOrderReply
" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="../Schemas/ACS_CreateOrderReply.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="ACS_CreateOrderRequest">
<wsdl:part name="ACS_CreateOrderRequest" element="ns:RequestCreateOrder"/>
</wsdl:message>
<wsdl:message name="ACS_CreateOrderReply">
<wsdl:part name="ACS_CreateOrderReply" element="ns1:ReplyCreateOrder"/>
</wsdl:message>
<wsdl:portType name="BusinessEvents">
<wsdl:operation name="ACS_CreateOrder">
<wsdl:input message="tns:ACS_CreateOrderRequest"/>
<wsdl:output message="tns:ACS_CreateOrderReply"/>
</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="ACS_CreateOrder">
<soap:operation style="document"
soapAction="/SharedResources/WSDL/Services/ACS_CreateOrder-
service0.serviceagent/BusinessEventsEndpoint0/ACS_CreateOrder"/>
<wsdl:input>
<soap:body use="literal" parts="ACS_CreateOrderRequest"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="ACS_CreateOrderReply"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ACS_CreateOrder-service0">
<wsdl:port name="BusinessEventsEndpoint0"
binding="tns:BusinessEventsEndpoint0Binding">
<soap:address
location="https://localhost:8123/SharedResources/WSDL/Services/ACS_CreateOrder-
service0.serviceagent/BusinessEventsEndpoint0"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

You might also like