日期:2014-05-17 浏览次数:21083 次
<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitions xmlns:tns3="http://rsp.sync.soap.bossagent.vac.unicom.com" xmlns:impl="http://soap.bossagent.vac.unicom.com" xmlns:intf="http://soap.bossagent.vac.unicom.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns2="http://req.sync.soap.bossagent.vac.unicom.com" xmlns:tns4="http://type.sync.soap.bossagent.vac.unicom.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://soap.bossagent.vac.unicom.com">
- <wsdl:types>
- <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://req.sync.soap.bossagent.vac.unicom.com">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
- <complexType name="ArrayOf_tns2_SubInfo">
- <sequence>
<element maxOccurs="unbounded" minOccurs="1" name="item" type="tns2:SubInfo" />
</sequence>
</complexType>
- <complexType name="OrderRelationUpdateNotifyRequest">
- <sequence>
<element name="recordSequenceId" nillable="true" type="soapenc:string" />
<element name="subNotify" type="tns2:ArrayOf_tns2_SubInfo" />
</sequence>
</complexType>
- <complexType name="SubInfo">
- <sequence>
<element name="userIdType" nillable="true" type="soapenc:int" />
<element name="userId" nillable="true" type="soapenc:string" />
<element name="serviceType" nillable="true" type="soapenc:string" />
<element name="spId" nillable="true" type="soapenc:string" />
&