setSOAPResponseHeaders()
The
setSOAPResponseHeaders
function sets the response headers that will be returned to a service requester. This function is available only in an EGL-generated, Java-based SOAP service and only if the service relies on JAX-WS rather than JAX-RPC.
Syntax
serviceLib.setSOAPResponseHeaders
(
headerRecord
any
in
)
headerRecord
A non-structured record that contains the details to store in the SOAP message. For an example, see “EGL support for accessing SOAP headers.”
Related concepts
EGL support for accessing SOAP headers
Related reference
EGL library serviceLib
Feedback