On 11/21/07, Thilina Gunarathne <[EMAIL PROTECTED]> wrote: > > Just to get it reconfirmed by the experts, I was wondering whether the > usage of BPEL variables containing two parts (one for header and other > for body defined in WSDL) and mapping them correctly to the SOAP Body > and Header in Receive/Invoke is a standard?. I was wondering that > because I was not able to find a sample that does it... Sorry for > troubling again..
Yes, it's standard BPEL. In fact, BPEL is only aware of message parts (one or many); the header mappings are invisible to processes since BPEL works only at the abstract WSDL level (messages and portTypes). alex
