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. |
soapData | Object SOAP object containing the message whose trailers you want to retrieve. |
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. |