Invoke web-service in Java -
i'm writing application , application supposed talk web service. i'm supposed send filename web service , web service supposed return (text) contents of file.
i think have in place, don't know how write code or call or might call it.
i understand pretty straight forward, can't seem it.
thanks in advance
if using soap web service, jax-ws pretty straight forward. try hello world tut here: http://www.mkyong.com/tutorials/jax-ws-tutorials/
if rest service, more now, try this: http://www.mkyong.com/webservices/jax-rs/restful-java-client-with-apache-httpclient/
Comments
Post a Comment