Syntax
anArray = getSOAPHeaders()
SemanticsReturns an array of SOAPHeaderElement. This type is part of the Base Components of the Designer.
Returns an empty array in case no SOAP headers were found.
Examples
set anArrayObject = getSOAPHeaders();
  • No labels