You are on page 1of 2

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

>
<!--
Name : CreateComprehensiveOrder
Date : 14/02/2008
Version : 5.4.00
Brief Description :
Reference :
AP481_Interface_Agreement_CreateComprehensiveOrder_IASS.doc, Version :5.4.00
Author : Saravanapk

Date UpdatedBy Comments


11/01/2007 Saravanapk updated based on
AP481_Interface_Agreement_CreateComprehensiveOrder_IASS.doc, Version :1.1.00
30/01/2007 Saravanapk Updated schemaLocation path
16/03/2007 Saravanapk updated based on version 1.3.00
19/03/2007 Saravanapk Updated review comments
02/04/2007 Saravanapk updated based on IASS version 1.4.03
18/05/2007 Saravanapk Updated based on IASS version 1.5.00
03/07/2007 Saravanapk updated based on defect No 4674
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.
14/02/2008 Ciju Joseph CR836(R2.2) changes, introduced new field Password in
request schema.
-->
<!--Created by TIBCO WSDL-->
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://www.telstra.com/CCandB/CreateComprehensiveOrder"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:ns="http://www.telstra.com/CCandB/CreateComprehensiveOrder/CreateComprehensiv
eOrderRequest"
xmlns:ns1="http://www.telstra.com/CCandB/CreateComprehensiveOrder/CreateComprehensi
veOrderReply"
targetNamespace="http://www.telstra.com/CCandB/CreateComprehensiveOrder">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.telstra.com/CCandB/CreateComprehensiveOrder/CreateCompr
ehensiveOrderRequest" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:include
schemaLocation="../Schemas/CreateComprehensiveOrderRequest.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.telstra.com/CCandB/CreateComprehensiveOrder/CreateCompr
ehensiveOrderReply" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:include
schemaLocation="../Schemas/CreateComprehensiveOrderReply.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="CreateComprehensiveOrderRequest">
<wsdl:part name="CreateComprehensiveOrderRequest"
element="ns:RequestCreateComprehensiveOrder"/>
</wsdl:message>
<wsdl:message name="CreateComprehensiveOrderReply">
<wsdl:part name="CreateComprehensiveOrderReply"
element="ns1:ReplyCreateComprehensiveOrder"/>
</wsdl:message>
<wsdl:portType name="BusinessEvents">
<wsdl:operation name="CreateComprehensiveOrder">
<wsdl:input message="tns:CreateComprehensiveOrderRequest"/>
<wsdl:output message="tns:CreateComprehensiveOrderReply"/>
</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="CreateComprehensiveOrder">
<soap:operation style="document"
soapAction="/SharedResources/WSDL/Services/CreateComprehensiveOrder-
service0.serviceagent/BusinessEventsEndpoint0/CreateComprehensiveOrder"/>
<wsdl:input>
<soap:body use="literal" parts="CreateComprehensiveOrderRequest"/>
</wsdl:input>
<wsdl:output>
<soap:body use="literal" parts="CreateComprehensiveOrderReply"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="CreateComprehensiveOrder-service0">
<wsdl:port name="BusinessEventsEndpoint0"
binding="tns:BusinessEventsEndpoint0Binding">
<soap:address
location="https://localhost:8123/SharedResources/WSDL/Services/CreateComprehensiveO
rder-service0.serviceagent/BusinessEventsEndpoint0"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>

You might also like