Method | Integration Server Action | ||
Submit the XML document in an arbitrarily named String variable | Integration Server passes the document as an XML String to the target service. It is the responsibility of the target service to parse the XML so that it is in a format that can be manipulated. For more information, see Submitting and Receiving XML in a String
Variable. | ||
Submit the XML document in a special String variable named $xmldata | Integration Server automatically parses the XML and passes it as a node to the target service. For more information, see Submitting and Receiving XML in a String
Variable.
| ||
Post the XML document via HTTP | Integration Server either automatically parses the XML and passes it as a node to the target service or passes the XML document directly to the target service as an XML stream or byte array. For more information, see Submitting and Receiving XML in a String
Variable. | ||
FTP the XML document | Integration Server automatically parses the XML and passes it as a node to the target service. For more information, see Submitting and Receiving XML in a String
Variable. | ||
Send the XML document as an email attachment | Integration Server automatically parses the XML and passes it as a node to the target service. For more information, see Submitting and Receiving XML in a String
Variable. |