How to consume restful wcf service in java?
I have a .net restful wcf service . I want to know how can i consume in开发者_如何学Python java. Kindly,help me.
Thank you
Regardless of what technology is used to implement the REST based service, assuming it is using HTTP, from a Java client you should use something like http://hc.apache.org/httpcomponents-client-ga/tutorial/html/
精彩评论