Tag: xml

Simple REST client in java

Today most of the mobile applications that used to communicate to some server use REST services. These services are also common practice to use with JavaScript or jQuery. Right now I know 2 ways to create client for REST service in java and in this article I will try to demonstrate both the ways I … Continue reading Simple REST client in java

SOAP Client in java

If you are looking for java client for RESTful web service then you should visit this article: Simple REST client in java This article will teach you how to create a SOAP client in java. That is creating a client in java which requests soap server (no need to be in java) and get response from … Continue reading SOAP Client in java