Home

Victor Jabur's Blog

Hi,

The Oracle Service Bus (OSB) allows to enable OWSM authentication, there is many policies that can be applied to the Proxy Service to turn on security authentication. The most basic of this policies is:

oracle / wss_username_token_service_policy

Requiring only a username and password. Once enabled this security, following a tip on how to make a request using a Java Client.

File: MainPost.java – This is a main class to make a request

File: WSSecurityHeaderSOAPHandler.java – This is a handler responsible for creating the header authentication.

Xml Request: This is the payload request that Java Client request to the server.

Voir l’article original

Laisser un commentaire