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 {}

 

posted @ 2016-09-10 17:04  blackhole1  阅读(326)  评论(0编辑  收藏  举报