<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://sp.ismp.chinatelecom.com" xmlns:s1="http://req.sp.ismp.chinatelecom.com" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s2="http://rsp.sp.ismp.chinatelecom.com" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://sp.ismp.chinatelecom.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://sp.ismp.chinatelecom.com">
      <s:import namespace="http://req.sp.ismp.chinatelecom.com" />
      <s:import namespace="http://rsp.sp.ismp.chinatelecom.com" />
      <s:element name="orderRelationUpdateNotifyReq" type="s1:OrderRelationUpdateNotifyReq" />
      <s:element name="orderRelationUpdateNotifyReturn" type="s2:Response" />
      <s:element name="serviceConsumeNotifyReqPara" type="s1:ServiceConsumeNotifyReq" />
      <s:element name="serviceConsumeNotifyReturn" type="s2:Response" />
      <s:element name="notifyManagementInfoReq" type="s1:NotifyManagementInfoReq" />
      <s:element name="notifyManagementInfoReturn" type="s2:NotifyManagementInfoRsp" />
      <s:element name="spWithdrawSubscriptionReqPara" type="s1:SPWithdrawSubscriptionReq" />
      <s:element name="spWithdrawSubscriptionReturn" type="s2:Response" />
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://req.sp.ismp.chinatelecom.com">
      <s:complexType name="OrderRelationUpdateNotifyReq">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="OPType" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="packageID" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="oldPackageID" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="productID" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="oldProductID" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="streamingNo" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="userID" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="userIDType" type="s:int" />
          <s:element minOccurs="0" maxOccurs="unbounded" name="VerUserID" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ServiceConsumeNotifyReq">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="featureStr" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="linkID" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="productID" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="streamingNo" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="userID" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="userIDType" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="NotifyManagementInfoReq">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ID" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="IDType" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="status" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="streamingNo" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="SPWithdrawSubscriptionReq">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="userIDType" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="userID" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="IDType" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="ID" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="streamingNo" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="SPID" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="SPAdmin" nillable="true" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="SPAdminPwd" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://rsp.sp.ismp.chinatelecom.com">
      <s:complexType name="Response">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="resultCode" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="streamingNo" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="NotifyManagementInfoRsp">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="resultCode" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="streamingNo" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="orderRelationUpdateNotifySoapIn">
    <wsdl:part name="orderRelationUpdateNotifyReq" element="tns:orderRelationUpdateNotifyReq" />
  </wsdl:message>
  <wsdl:message name="orderRelationUpdateNotifySoapOut">
    <wsdl:part name="orderRelationUpdateNotifyResult" element="tns:orderRelationUpdateNotifyReturn" />
  </wsdl:message>
  <wsdl:message name="serviceConsumeNotifySoapIn">
    <wsdl:part name="serviceConsumeNotifyReqPara" element="tns:serviceConsumeNotifyReqPara" />
  </wsdl:message>
  <wsdl:message name="serviceConsumeNotifySoapOut">
    <wsdl:part name="serviceConsumeNotifyResult" element="tns:serviceConsumeNotifyReturn" />
  </wsdl:message>
  <wsdl:message name="notifyManagementInfoSoapIn">
    <wsdl:part name="notifyManagementInfoReq" element="tns:notifyManagementInfoReq" />
  </wsdl:message>
  <wsdl:message name="notifyManagementInfoSoapOut">
    <wsdl:part name="notifyManagementInfoResult" element="tns:notifyManagementInfoReturn" />
  </wsdl:message>
  <wsdl:message name="spWithdrawSubscriptionSoapIn">
    <wsdl:part name="spWithdrawSubscriptionReqPara" element="tns:spWithdrawSubscriptionReqPara" />
  </wsdl:message>
  <wsdl:message name="spWithdrawSubscriptionSoapOut">
    <wsdl:part name="spWithdrawSubscriptionResult" element="tns:spWithdrawSubscriptionReturn" />
  </wsdl:message>
  <wsdl:portType name="IsmpSpEngineSoapBinding">
    <wsdl:operation name="orderRelationUpdateNotify">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">订购关系通知</wsdl:documentation>
      <wsdl:input message="tns:orderRelationUpdateNotifySoapIn" />
      <wsdl:output message="tns:orderRelationUpdateNotifySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="serviceConsumeNotify">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">业务执行通知</wsdl:documentation>
      <wsdl:input message="tns:serviceConsumeNotifySoapIn" />
      <wsdl:output message="tns:serviceConsumeNotifySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="notifyManagementInfo">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">管理消息通知</wsdl:documentation>
      <wsdl:input message="tns:notifyManagementInfoSoapIn" />
      <wsdl:output message="tns:notifyManagementInfoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="spWithdrawSubscription">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">反向退订(NMSC/ISMP作为服务端),实际不使用</wsdl:documentation>
      <wsdl:input message="tns:spWithdrawSubscriptionSoapIn" />
      <wsdl:output message="tns:spWithdrawSubscriptionSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="IsmpSpEngineSoapBinding" type="tns:IsmpSpEngineSoapBinding">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="orderRelationUpdateNotify">
      <soap:operation soapAction="" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="serviceConsumeNotify">
      <soap:operation soapAction="" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="notifyManagementInfo">
      <soap:operation soapAction="" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="spWithdrawSubscription">
      <soap:operation soapAction="" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="IsmpSpEngineSoapBinding1" type="tns:IsmpSpEngineSoapBinding">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="orderRelationUpdateNotify">
      <soap12:operation soapAction="" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="serviceConsumeNotify">
      <soap12:operation soapAction="" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="notifyManagementInfo">
      <soap12:operation soapAction="" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="spWithdrawSubscription">
      <soap12:operation soapAction="" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="IsmpSpEngine">
    <wsdl:port name="IsmpSpEngineSoapBinding" binding="tns:IsmpSpEngineSoapBinding">
      <soap:address location="http://house1.qiandao.net/ismpspengine.asmx" />
    </wsdl:port>
    <wsdl:port name="IsmpSpEngineSoapBinding1" binding="tns:IsmpSpEngineSoapBinding1">
      <soap12:address location="http://house1.qiandao.net/ismpspengine.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>