<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IOtherTokenservice" 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="GetCx580Token0Request">
    <part name="AData" type="xs:string"/>
  </message>
  <message name="GetCx580Token0Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="IOtherToken">
    <operation name="GetCx580Token">
      <input message="tns:GetCx580Token0Request"/>
      <output message="tns:GetCx580Token0Response"/>
    </operation>
  </portType>
  <binding name="IOtherTokenbinding" type="tns:IOtherToken">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetCx580Token">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:OtherTokenIntf-IOtherToken#GetCx580Token" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:OtherTokenIntf-IOtherToken"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:OtherTokenIntf-IOtherToken"/>
      </output>
    </operation>
  </binding>
  <service name="IOtherTokenservice">
    <port name="IOtherTokenPort" binding="tns:IOtherTokenbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://my.50yaya.com:8080/soap/IOtherToken"/>
    </port>
  </service>
</definitions>

