开发者

What are the different ways of consuming A WEB SERVICE [closed]

It's difficult to tell what is being asked here开发者_如何学Go. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago.

Can you please explain what are the different ways of consuming aws? eg:we can consume a web service through http query also using API 's. is there any other ways to consume a web service other than this?


To consume a web service you need a protocol. You can find most of them here http://en.wikipedia.org/wiki/List_of_web_service_protocols


To consume any web service you need to write client code in your preferred language which makes http call. Java has libraries like HttpClient through which you can consume any web services like SOAP based, XML-RPC based or even REST based.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜