Security is an important aspect of your application design. When the web services are deployed and accessed, you might like
Continue readingTag: WebService
Creating stand alone WebService Client from WSDL
The below post provides an implementation of a Java stand alone client for a sample Java WebService. All you need
Continue readingWebService by Bottom Up approach using ant script
The JAX-WS allows you to implement a simple java class as a webservice by exposing its public methods as webservice
Continue readingWebServices in WebLogic
Web services are de facto standards in today’s internet world. They use XML-based standards and transport protocols to exchange data
Continue readingSecuring Webservices using BASIC Authentication on Weblogic Server.
To secure the Webservice to use Basic Authentication, we just need to use the @RolesAllowed annotation. No change needs to
Continue reading