Raw XML

The following raw XML format is passed to the template during processing:


<?xml version="1.0"?>
<invoke tag="{0}" wasSuccess="{1}">
	<messageID>{2}</messageID>
	<returnVal><![CDATA[{3}]]></returnVal>
	<errorDetails>
		<message><![CDATA[{4}]]></message>
		<lineNum>{5}</lineNum>
		<exceptionDetails available="{6}">
			** REPEAT {0..n}**
			 <exception type="{0}">
				<message>{1}</message>
				<properties>
					** REPEAT {0..n}** <property name="{0}"><![CDATA[{1}]]></property>
				</properties>
				<stackTrace><![CDATA[{3}]]></stackTrace>
			</exception>
		</exceptionDetails>
	</errorDetails>
	<outParams allRetrieved="{8}">
		** REPEAT {0..n}** <param name="{0}" retrieved="{1}"><![CDATA[{1}]]></param>
	</outParams>
</invoke>

See Also

API Result

Example

Next

Contact Validation Failure

Raw XML