BPEL HTTP Header Problem

Hello @all

I磎 new to Open ESB and NetBeans.

Does anybody has an idea how to put HTTP-Header to the BPEL-Process?

I have to call a WebService (from BPEL) which expects user authentication (sessionId) in the HTTP-Header . How do I do that? Do I have to modify my WSDL-File?

Thanks for your posts in advance

[335 byte] By [xama] at [2007-11-27 2:27:10]
# 1

You would have already defined your WSDL accommodating this requirement. If not, then yes, you might have to change your wsdl.

Assuming you are sending the user info all the way from the BPEL process and assuming soap-http protocol. Typically the way i see this done is, you define a wsdl message with the parts that correspond to your business logic and parts that you would use in the "soap headers". In the BPEL it is always "business as usual" you deal with the abstract wsdl message. It would be developers responsibility to fill the wsdl message parts correctly. Once this message goes through the soap-http BC, it would be the BC's job to then put things as required by the HTTP protocol.

hope that helps,

Kiran B.

kiran.bhumanaa at 2007-7-12 2:37:33 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...