Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

How to modify SOAP header or add namespace prefix to the elements using workflow

edited Feb 12, 2014 12:00PM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 5 commentsAnswered
 Hi All,
We are trying to find ways to change SOAP-ENV:Envelope section of the SOAP messages created by Siebel when invoking external web-services ? Currently Siebel is creating below SOAP request I am using to test the integration.

   <SOAP-ENV:Header>
      <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/07/secext">
         <wsse:UsernameToken>
            <wsse:Username>****</wsse:Username>
            <wsse:Password>****</wsse:Password>
         </wsse:UsernameToken>
      </wsse:Security>
   </SOAP-ENV:Header>
   <SOAP-ENV:Body>
      <executeService xmlns="http://XMLTagNamespace">
         <serviceName>SERVICENAME</serviceName>
         <inputData>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center