42 lines
1.8 KiB
XML
42 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.3.1-hudson-749-SNAPSHOT. -->
|
|
<definitions targetNamespace="http://ws.gdsp.vf.gdspcustomer.com/" name="SMSService" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://ws.gdsp.vf.gdspcustomer.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
|
|
<types>
|
|
<xsd:schema>
|
|
<xsd:import namespace="http://ws.gdsp.vf.gdspcustomer.com/" schemaLocation="SMSService_schema1.xsd"/>
|
|
</xsd:schema>
|
|
</types>
|
|
<message name="deliverSMS">
|
|
<part name="parameters" element="tns:deliverSMS"/>
|
|
<part name="gdspHeader" element="tns:gdspHeader"/>
|
|
</message>
|
|
<message name="deliverSMSResponse">
|
|
<part name="result" element="tns:deliverSMSResponse"/>
|
|
</message>
|
|
<portType name="SMS">
|
|
<operation name="deliverSMS" parameterOrder="parameters gdspHeader">
|
|
<input message="tns:deliverSMS"/>
|
|
<output message="tns:deliverSMSResponse"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="SMSPortBinding" type="tns:SMS">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
|
|
<operation name="deliverSMS">
|
|
<soap:operation soapAction=""/>
|
|
<input>
|
|
<soap:body use="literal" parts="parameters"/>
|
|
<soap:header message="tns:deliverSMS" part="gdspHeader" use="literal"/>
|
|
</input>
|
|
<output>
|
|
<soap:body use="literal"/>
|
|
</output>
|
|
</operation>
|
|
</binding>
|
|
<service name="SMSService">
|
|
<port name="SMSPort" binding="tns:SMSPortBinding">
|
|
<soap:address location="REPLACE_WITH_ACTUAL_URL"/>
|
|
</port>
|
|
</service>
|
|
</definitions>
|
|
|