Axis
文章平均质量分 71
honglin21
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
服务器未能识别HTTP 的SOAPAction
添加以下解决:call.setUseSOAPAction(true); call.setSOAPActionURI("http://tempuri.org/GetStudent"); .net服务端怎么都接不到传送的参数,接到的都是null,可以在添加参数的地方添加上命名空间call.setOperationName(new QName(namespace, ...2009-06-01 14:38:32 · 1041 阅读 · 0 评论 -
axis调用两种风格的.net WebService
Rpc风格的.net服务端代码:using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Linq; using System.Web; using System.Web.Services; us...原创 2009-06-01 15:03:07 · 120 阅读 · 0 评论
分享