<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IMyYayaPushservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
  <message name="GetBaiduApiKey0Request">
    <part name="AData" type="xs:string"/>
  </message>
  <message name="GetBaiduApiKey0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="BindUser1Request">
    <part name="AData" type="xs:string"/>
  </message>
  <message name="BindUser1Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="IMyYayaPush">
    <operation name="GetBaiduApiKey">
      <input message="tns:GetBaiduApiKey0Request"/>
      <output message="tns:GetBaiduApiKey0Response"/>
    </operation>
    <operation name="BindUser">
      <input message="tns:BindUser1Request"/>
      <output message="tns:BindUser1Response"/>
    </operation>
  </portType>
  <binding name="IMyYayaPushbinding" type="tns:IMyYayaPush">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetBaiduApiKey">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:MyYayaPushIntf-IMyYayaPush#GetBaiduApiKey" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:MyYayaPushIntf-IMyYayaPush"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:MyYayaPushIntf-IMyYayaPush"/>
      </output>
    </operation>
    <operation name="BindUser">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:MyYayaPushIntf-IMyYayaPush#BindUser" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:MyYayaPushIntf-IMyYayaPush"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:MyYayaPushIntf-IMyYayaPush"/>
      </output>
    </operation>
  </binding>
  <service name="IMyYayaPushservice">
    <port name="IMyYayaPushPort" binding="tns:IMyYayaPushbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://my.50yaya.com:8080/soap/IMyYayaPush"/>
    </port>
  </service>
</definitions>

