J
janzaruba
Guest
Since OpenEdge does not support ws-security standard to workaround it you have to have access to both SOAP Header and SOAP Body od the SOAP request. Currently the OpenEdge API for invocation of WS supports only access to SOAP Header via call back procedure hPortType :SET-CALLBACK-PROCEDURE("REQUEST-HEADER", "ReqHandler") - for full example please see P140169 . if you want to sign the outgoing request with digital signature there is currently no way how to get to the outgoing SOAP Body, which you actually need to create the signature and then put it into SOAP Header. This usecase was missed out.
Continue reading...
Continue reading...