This article provides sample Webservice and Webservice Client for two way SSL. It also demonstrates the use of WLSSSLAdapter class to
Continue readingCategory: Webservice
this category contains posts related to Webservice
Using RolesAllowed and SecurityRole annotations to secure Webservices on Weblogic
1. Write a JWS that uses the RolesAllowed and SecurityRole annotation package examples.webservices.security_jws; import weblogic.jws.WLHttpTransport; import weblogic.jws.Policies; import weblogic.jws.Policy; import
Continue readingHow to load webservices security policy from classpath
1) Add the following JAVA OPTION to the classpath -Dweblogic.wsee.policy.LoadFromClassPathEnabled=true 2) Write a simple policy. Encrypt.xml <?xml version="1.0"?> <wsp:Policy
Continue readingTesting secure webservice on Weblogic using SOAP UI
Create the certificates for the client using keytool and store it at a location. You can refer our articles on
Continue readingWebservice Security – WS-Trust and WS-SecureConversation an overview
Webservices “A Web Service is a system designed to support interoperable communication from machine to machine over a network. It
Continue readingSecuring WebServices using Username / Password mechanism
Security is an important aspect of your application design. When the web services are deployed and accessed, you might like
Continue readingCreating 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 readingJMS Based Webservice on Weblogic Server
By default, client applications use HTTP/S as the connection protocol when invoking a WebLogic Web Service. You can, however, configure
Continue reading