getSOAPResponseHeaders()
The
getSOAPResponseHeaders
function gives access to the SOAP response headers that are provided to a service requester. This function is available only in a Java- or JavaScript-based requester that relies on JAX-WS rather than JAX-RPC.
Syntax
serviceLib.getSOAPResponseHeaders
(
variable
Service | Interface
in
,
headerRecord
any
inout
)
variable
A variable used to access the service. The variable is based on a Service or Interface part.
headerRecord
A non-structured record. For an example, see “EGL support for accessing SOAP headers.”
Related concepts
EGL support for accessing SOAP headers
Related reference
EGL library serviceLib
Feedback