pub.soap.utils:getTrailers
WmPublic. Retrieves the trailers from a SOAP message.
(A trailer is an arbitrary element that follows the Body element in the SOAP envelope.)
Important:
It appears likely that trailers will not be permitted in future versions of SOAP (versions 1.2 and later). If you are designing a completely new solution, we recommend that you avoid using trailers. However, if you exchange SOAP messages with older systems that already make use of trailers, this service allows you to retrieve them from a SOAP message.
Input Parameters
soapData | Object SOAP object containing the message whose trailers you want to retrieve. |
Output Parameters
trailers | com.wm.lang.xml.Node[ ] Array of nodes wherein each node represents a trailer from the message. If the message does not contain trailers, trailers will be null. |
See Also