Wednesday, 30 October 2013

Configuring the $outbound headers in OSB

We can configure $outbound headers dynamically in OSB.

If you want to change the $outbound headers don't use assign,replace .Add the following
in the publish add the component

STAGE ACTIONS>COMMUNICATION > Transport Headers 


Configure the header there





Monday, 21 October 2013

Configuring the input payload of a OSB publish

I was wondering how to specify the input parameter of a publish activity. After a long search i found it's quite simple

CHANGE THE BODY PAYLOAD INSIDE THE PUBLISH ACTIVITY


You can use either assign activity or replace activity

NOTE: THIS SHOULD BE DONE INSIDE THE PUBLISH ACTIVITY

Replace:




Assign:

Use the specified tags


<soap-env:Body xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">  <!-- Your message goes here-->
</soap-env:Body>