setSOAPRequestHeaders()
The
setSOAPRequestHeaders
function sets the request headers that will be transmitted to a SOAP service. This function is available only in a Java- or JavaScript-based requester that relies on JAX-WS rather than JAX-RPC.
Syntax
serviceLib.setSOAPRequestHeaders
(
variable
Service | Interface
in
,
headerRecord
any
in
)
variable
A variable used to access the service. The variable is based on a Service or Interface part.
headerRecord
A non-structured record that includes 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