首页 > 编程语言 > 详细

Java中调用WebService

时间:2016-09-10 17:51:58      阅读:171      评论:0      收藏:0      [点我收藏+]
1 [WebMethod]
2         [SoapRpcMethod(Use = SoapBindingUse.Literal, Action = "http://tempuri.org/GetProductsInfoByTime", RequestNamespace = "http://tempuri.org/", ResponseNamespace = "http://tempuri.org/")]
3         public string GetProductsInfoByTime(string MerchantCode, string Signature)
4 {}

 

Java中调用WebService

原文:http://www.cnblogs.com/huyaguang/p/WebService.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!