Access SOAP-ENV:Header from App Server side

Posted by scott_auge on 16-Jun-2008 14:35

There are some tags the other side wants to put inside the SOAP-ENV:Header tag for an incoming Web Service call.

Anyone know how I can access these tags from the AppServer side or at least to get a raw handle to the XML that was passed into the Web Services Adapter (WSA)?

I have been coding as the usual .p and then using ProxyGen to create a WSM file that is loaded up. It is inside this "usual" .p that I would like to be able to get at the SOAP-ENV:Header tag.

All Replies

Posted by Robin Brown on 17-Jun-2008 12:51

The AppServer does not have access to the SOAP-ENV:Header sent into the WSA. The WSA processes the information in the Header and does not pass the header along to the AppServer.

Posted by tpernice on 16-Sep-2008 07:33

What if I need to move data that's coming from the SOAP Header in the ESB ? Is it impossible to do with Sonic ESB 7.5 or 7.6?

This thread is closed