以文本方式查看主题 - 计算机科学论坛 (http://bbs.xml.org.cn/index.asp) -- 『 Web Services & Semantic Web Services 』 (http://bbs.xml.org.cn/list.asp?boardid=10) ---- 关于JAVA客户端调用C# WEBSERVICE的问题 (http://bbs.xml.org.cn/dispbbs.asp?boardid=10&rootid=&id=83539) |
-- 作者:hipop8 -- 发布时间:2/17/2010 12:13:00 AM -- 关于JAVA客户端调用C# WEBSERVICE的问题 本人新手,客户端java代码调用C#的WEBSERVICE,目标实现传入两数值,返回两整型值的合。 现在问题为传入参数值在C#服务器端调试时始终为0. <?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:AddNumber soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://tempuri.org/"><ns1:a href="#id0"/><ns1:b href="#id1"/></ns1:AddNumber><multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">100</multiRef><multiRef id="id1" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:int" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">200</multiRef></soapenv:Body></soapenv:Envelope> |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
29.297ms |