日期:2014-05-17  浏览次数:20672 次

有谁做过电信的同步订购关系?
有谁做过电信的ISMP---wap,电信只是给我了一个IsmpSpEngine.wsdl ,根据这个wsdl我生成Java文件了,接下来该怎么做??有谁知做过类似的东西说一下
wsdl如下
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:impl="http://sp.ismp.chinatelecom.com" xmlns:intf="http://sp.ismp.chinatelecom.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns2="http://rsp.sp.ismp.chinatelecom.com" xmlns:tns1="http://req.sp.ismp.chinatelecom.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://sp.ismp.chinatelecom.com">
<wsdl:types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://req.sp.ismp.chinatelecom.com" elementFormDefault="qualified">
<import namespace="http://rsp.sp.ismp.chinatelecom.com"/>
<complexType name="OrderRelationUpdateNotifyReq">
<sequence>
<element name="OPType" type="xsd:int"/>
<element name="packageID" nillable="true" type="xsd:string"/>
<element name="productID" nillable="true" type="xsd:string"/>
<element name="streamingNo" nillable="true" type="xsd:string"/>
<element name="userID" nillable="true" type="xsd:string"/>
<element name="userIDType" type="xsd:int"/>
<element name="VerUserID" nillable="true" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>
<complexType name="ServiceConsumeNotifyReq">
<sequence>
<element name="featureStr" nillable="true" type="xsd:string"/>
<element name="linkID" nillable="true" type="xsd:string"/>
<element name="productID" nillable="true" type="xsd:string"/>
<element name="streamingNo" nillable="true" type="xsd:string"/>
<element name="userID" nillable="true" type="xsd:string"/>
<element name="userIDType" type="xsd:int"/>
</sequence>
</complexType>
<complexType name="NotifyManagementInfoReq">
<sequence>
<element name="ID" nillable="true" type="xsd:string"/>
<element name="IDType" type="xsd:int"/>
<element name="status" type="xsd:int"/>
<element name="streamingNo" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
</schema>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://sp.ismp.chinatelecom.com" elementFormDefault="qualified">
<import namespace="http://rsp.sp.ismp.chinatelecom.com"/>
<import namespace="http://req.sp.ismp.chinatelecom.com"/>
<element name="orderRelationUpdateNotifyReq" type="tns1:OrderRelationUpdateNotifyReq"/>
<element name="orderRelationUpdateNotifyReturn" type="tns2:Response"/>
<element name="serviceConsumeNotifyReqPara" type="tns1:ServiceConsumeNotifyReq"/>
<element name="serviceConsumeNotifyReturn" type="tn