`
hongyu6
  • 浏览: 19747 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论

终于搞定通过联通vac提供的wsdl获取response的xml包

    博客分类:
  • SP
阅读更多

终于搞定了,联通真令人无语了,为了这个问题我是日夜奋战啊,终于好不容易解决vac订购同步的问题。我把获取到得山东联通的标准response返回xml格式帖出来,注意是山东联通这边的,其他地区的有待考证。。。。
非常感谢这段时间帮助过我的朋友们,谢谢!

由于csdn发帖者最多回复3次,所以我把最近测试山东联通vac的最后处理结果发布到这,希望大家也能少走些弯路。

问题帖子是: 如何通过联通vac提供的wsdl获取response的xml包呢http://topic.csdn.net/u/20090816/22/50c87f6b-9b9e-453f-a94c-16b1ae043641.html


<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body>
<ns1:orderRelationUpdateNotifyResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soap.bossagent.vac.unicom.com">
<orderRelationUpdateNotifyReturn href="#id0"/>
</ns1:orderRelationUpdateNotifyResponse>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:OrderRelationUpdateNotifyResponse" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://rsp.sync.soap.bossagent.vac.unicom.com">
<recordSequenceId xsi:type="soapenc:string">20090822125185691</recordSequenceId>
<resultCode xsi:type="xsd:int">0</resultCode>
</multiRef>
</soapenv:Body>
</soapenv:Envelope>

 

本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/hongyu6/archive/2009/08/28/4492740.aspx

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics