<?xml
version="1.0" encoding="UTF-8" ?>
- <wsdl:definitions targetNamespace="http://211.150.66.50:8080/emos/services/PushService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://211.150.66.50:8080/emos/services/PushService" xmlns:intf="http://211.150.66.50:8080/emos/services/PushService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="ns:reqinfo" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <!--
WSDL created by Apache Axis version: 1.2.1 Built on Jun 14, 2005 (09:15:57 EDT)
-->
- <wsdl:types>
- <schema targetNamespace="ns:reqinfo" xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
- <complexType name="reqinfo">
- <sequence>
<element name="data" nillable="true" type="xsd:string" />
<element name="domain" nillable="true" type="xsd:string" />
<element name="md5" nillable="true" type="xsd:string" />
<element name="msgType" type="xsd:int" />
<element name="oaname" nillable="true" type="xsd:string" />
<element name="oaurl" nillable="true" type="xsd:string" />
<element name="offline" type="xsd:boolean" />
<element name="sender" nillable="true" type="xsd:string" />
<element name="title" nillable="true" type="xsd:string" />
<element name="userlist" nillable="true" type="xsd:string" />
<element name="username" nillable="true" type="xsd:string" />
</sequence>
</complexType>
</schema>
</wsdl:types>
- <wsdl:message name="pushResponse">
<wsdl:part name="pushReturn" type="xsd:int" />
</wsdl:message>
- <wsdl:message name="pushRequest">
<wsdl:part name="ri" type="tns1:reqinfo" />
</wsdl:message>
- <wsdl:portType name="PushService">
- <wsdl:operation name="push" parameterOrder="ri">
<wsdl:input message="impl:pushRequest" name="pushRequest" />
<wsdl:output message="impl:pushResponse" name="pushResponse" />
</wsdl:operation>
</wsdl:portType>
- <wsdl:binding name="PushServiceSoapBinding" type="impl:PushService">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="push">
<wsdlsoap:operation soapAction="" />
- <wsdl:input name="pushRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservice.emms.net263.com" use="encoded" />
</wsdl:input>
- <wsdl:output name="pushResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://211.150.66.50:8080/emos/services/PushService" use="encoded" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
- <wsdl:service name="PushServiceService">
- <wsdl:port binding="impl:PushServiceSoapBinding" name="PushService">
<wsdlsoap:address location="http://emos.263em.com:8080/emos/services/PushService" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
|