WebCenter Content 11g GenericSOAPPort How to add WS Security headers from BPEL invoke
Hello MOSC!
A quick question here, given tne GenericSOAPPort
http://wcp11gps7:16200/idcws/GenericSoapPort?WSDL
I need to invoke from a BPEL SOA Suie 12c the service, I already hve the resources and so on, Unitary I can do It with no major problem
<?xml version = '1.0' encoding = 'UTF-8'?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:ns2="http://www.w3.org/2005/08/addressing" xmlns:ns3="http://www.oracle.com/UCM">
<env:Header>
<ns1:Security>
<ns1:UsernameToken>
<ns1:Username>weblogic</ns1:Username>
<ns1:Password>welcome1</ns1:Password>