<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.asponline.com.tw/WsOne" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.asponline.com.tw/WsOne" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.asponline.com.tw/WsOne">
      <s:element name="GetPersonalCurrentBalance">
        <s:complexType />
      </s:element>
      <s:element name="GetPersonalCurrentBalanceResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GetPersonalCurrentBalanceResult" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SOAPHeaderAuth" type="tns:SOAPHeaderAuth" />
      <s:complexType name="SOAPHeaderAuth">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="userID" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="userPwd" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetPersonalCurrentBalanceSoapIn">
    <wsdl:part name="parameters" element="tns:GetPersonalCurrentBalance" />
  </wsdl:message>
  <wsdl:message name="GetPersonalCurrentBalanceSoapOut">
    <wsdl:part name="parameters" element="tns:GetPersonalCurrentBalanceResponse" />
  </wsdl:message>
  <wsdl:message name="GetPersonalCurrentBalanceSOAPHeaderAuth">
    <wsdl:part name="SOAPHeaderAuth" element="tns:SOAPHeaderAuth" />
  </wsdl:message>
  <wsdl:portType name="ASPonlineSoap">
    <wsdl:operation name="GetPersonalCurrentBalance">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">取得個人儲值餘額</documentation>
      <wsdl:input message="tns:GetPersonalCurrentBalanceSoapIn" />
      <wsdl:output message="tns:GetPersonalCurrentBalanceSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ASPonlineSoap" type="tns:ASPonlineSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="GetPersonalCurrentBalance">
      <soap:operation soapAction="http://www.asponline.com.tw/WsOne/GetPersonalCurrentBalance" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:GetPersonalCurrentBalanceSOAPHeaderAuth" part="SOAPHeaderAuth" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
        <soap:header message="tns:GetPersonalCurrentBalanceSOAPHeaderAuth" part="SOAPHeaderAuth" use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ASPonline">
    <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">ASPonline 系統服務處理</documentation>
    <wsdl:port name="ASPonlineSoap" binding="tns:ASPonlineSoap">
      <soap:address location="http://www.asponline.com.tw/WsOne/ASPonline.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>