You are on page 1of 2

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

>
<!--
Name : ACSCreateNewServiceAccount.wsdl
Date : Feb 02, 2009
Version : 1.0.00 [IASS Document Version]
Brief Description : Client/Concrete WSDL for ACSCreateNewServiceAccount BE
Reference :
AP481_Interface_Agreement_ACSCreateNewServiceAccount_IASS.doc - Version 1.0.00
Author : Vigneshwaran V

Date UpdatedBy Comments


Feb 02, 2009 Vigneshwaran V Initial Draft as part of TR 2.3 CR 1900
based on IASS 0.3.00

-->
<!--Created by TIBCO WSDL-->
<wsdl:definitions
xmlns:ns="http://www.telstra.com/CCandB/ACSCreateNewServiceAccount/ACSCreateNewServ
iceAccountRequest"
xmlns:ns1="http://www.telstra.com/CCandB/ACSCreateNewServiceAccount/ACSCreateNewSer
viceAccountReply" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://www.telstra.com/CCandB/ACSCreateNewServiceAccount"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="ACSCreateNewServiceAccount"
targetNamespace="http://www.telstra.com/CCandB/ACSCreateNewServiceAccount">
<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="unqualified" elementFormDefault="qualified"
targetNamespace="http://www.telstra.com/CCandB/ACSCreateNewServiceAccount/ACSCreate
NewServiceAccountReply">
<xs:include
schemaLocation="../../Schemas/Tibco/ACSCreateNewServiceAccountReply.xsd"/>
</xs:schema>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="unqualified" elementFormDefault="qualified"
targetNamespace="http://www.telstra.com/CCandB/ACSCreateNewServiceAccount/ACSCreate
NewServiceAccountRequest">
<xs:include
schemaLocation="../../Schemas/Tibco/ACSCreateNewServiceAccountRequest.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:service name="ACSCreateNewServiceAccount">
<wsdl:port binding="tns:ACSCreateNewServiceAccountBinding"
name="ACSCreateNewServiceAccount">
<soap:address
location="http://localhost:9786/ACSCreateNewServiceAccount"/>
</wsdl:port>
</wsdl:service>
<wsdl:portType name="BusinessEvents">
<wsdl:operation name="ACSCreateNewServiceAccount">
<wsdl:input message="tns:ACSCreateNewServiceAccountRequest"/>
<wsdl:output message="tns:ACSCreateNewServiceAccountReply"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ACSCreateNewServiceAccountBinding"
type="tns:BusinessEvents">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ACSCreateNewServiceAccount">
<soap:operation soapAction="ACSCreateNewServiceAccount"
style="document"/>
<wsdl:input>
<soap:body parts="ACSCreateNewServiceAccountRequest"
use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body parts="ACSCreateNewServiceAccountReply" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:message name="ACSCreateNewServiceAccountRequest">
<wsdl:part element="ns:RequestACSCreateNewServiceAccount"
name="ACSCreateNewServiceAccountRequest"/>
</wsdl:message>
<wsdl:message name="ACSCreateNewServiceAccountReply">
<wsdl:part element="ns1:ReplyACSCreateNewServiceAccount"
name="ACSCreateNewServiceAccountReply"/>
</wsdl:message>
</wsdl:definitions>

You might also like