Monday, December 26, 2011

SOAP Headers

In any BPEL process there is a limitation while invoking web-services and that is that we cannot send/receive any other variable/s other than the input and the output.
These scenarios mainly involve these activities : invoke, receive, pick etc.

The way around this is sending multiple variables using the SOAP headers wherein we can send and receive any number of variables.

There is a set format,syntax for that and can be implemented quite easily.
bpelx:inputHeaderVariable="Var1,Var2,..."

BPEL PM will take care of inserting the headers while creating SOAP envelope

Please refer to Oracle Documentation here
Hi All

Using this blog I mean to keep a tab on all things technical in Oracle SOA.

Will be posting entries as and when I come across new and interesting features of the SOA Suite 10g and 11g.

So long

TaDa