Access to SOAP headers from WSA

andersskandia

New Member
I'm looking for some way to access incoming SOAP headers from a Webservice built on the WSA.

I know the knowlagebase (and progress support) says this can not be done. But I'm lookuing for new ideas. I have already read the KB articles and the suggested workarounds isn't an option for me.

Is it for example possible the get hold of the WSA java source code (The support in Rotterdam says no, but I'm probably just asking the wrong person)

Any other ideas. Please don't say Sonic, we have a company policy of using MS BizTalk and I'm trying to avoid having to use orcistrations to copy the header to an input field since BT orcistrations is very slow.
 
1) using a OE 4GL client we can access to SOAP headers for a WS exposed in .Net/Java.

2) exposing a 4GL procedure over AppServer/Servlet-wsa, is NOT possible to modify SOAP headers.
Progress implements WSDL 1.1 and not WSDL 1.2 (WS-security, WS-autentification etc.)
There is no way to expose a web-service in Progress who can response at header calls.
The only way is to decompile the $CATALINA_HOME/webapps/wsa/WEB-INF/lib/*.jar and
implement yourself the headers manipulation ... forget ! or... good luck :((
 
Back
Top