Java中调用WebService
Posted 骨子里的傲气
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java中调用WebService相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章