Web Service Authentication and Authorization using OWSM Policies in SOA

Secure your web services in SOA using owsm policies. In this tutorial we will enforce authentication and authorization(in simple term allow specific user to access specific web services) on SOA web services using custom policies. Authentication happens by simply creating username and password and attaching the wss username token service policy and for Authorization we have created custom binding authorization policy with specific role attached to them. Please follow the below link for detail step by step approach with screenshots.

Page Link : Web Service Authentication and Authorization using OWSM Policies in SOA

Like it if you have learned something. Comment your views, queries. Any suggestion and corrections are always appreciated. Keep learning.

How to use SOAP header in BPEL

A simple tutorial to show how we can capture custom soap header element from the request message in bpel service and also how to pass some value from one bpel to another bpel in soap header while invoking. In this tutorial I have added two custom header element as username and password and capturing them in one of the service and passing those credentials to other service.

Page Link : How to use SOAP header in BPEL

Like it if you have learned something. Comment your views, queries. Any suggestion and corrections are always appreciated. Keep learning.

Handle Dynamic Parameter using bpel.preference Property

A simple tutorial to show how we can use bpel.preference property to set dynamic parameter that we may need to change at run time without a code redeployment. We can also use this feature to update preference variable value during migration(to different environment) to set environment specific data using config plan file.

Page Link : Handle Dynamic Parameter using bpel.preference Property

Like it if you have learned something. Comment your views, queries. Any suggestion and corrections are always appreciated. Keep learning.