Monthly Archives: August 2014

How To Authenticate Http Level Provided Web Service

In this post, I will give you a code for to consume web services with protected http basic authentication. I pretend that, there is a web service called SimpleWebService and it has a method that called getDummy. Here is the … Continue reading

Posted in Java | Tagged , , , , , , | Leave a comment

Web Service Application Level Authentication

In some situations we need to protect our private data, so we may want to use authentication mechanism for our web services. In this writing, I will give you an example to how you can create web service authentication level … Continue reading

Posted in Java | Tagged , , , , , , , | Leave a comment