Paul R Brown wrote:
Hi, Jim --
Is there anyway to manipulate the SOAP header using the <copy>
construct in BPEL. The specific example is that I need to make a
request to a service to retrieve a 'session token' and in subsequent
calls to the service I need to embed the 'session token' into the
soap header.
Inside of the BPEL world, there is no SOAP, only WSDL. So, if that bit
of XML in the SOAP envelope is a WSDL part, you're in business. If
not, you're out of luck.
okay...so I guess all i need to do is define the binding section
(i.e. <soap:header>) appropriately and everything should just work.
cheers
</jima>