This transaction type would allow you to specify your own XML data, not following a SOAP convention, but instead a simpler protocol of your own choosing. We do not specify at all what may be contained in your XML but it can be anything from the specified token list.

HttpBodyContentType setting

text/xml

HttpUrlTemplate setting

http://%{Destination}/ConcordFaxDeliveryNotification.Asp

OR

https:%{Destination}/abc.xyz

Note
  • %{Destination} token is replaced from the contents of the NotifyDestination field for the job, if the NotifyDestination does not start with ‘http’ or ‘https’.

  • If the %{Destination} field starts with ‘http’ or ‘https’ then it completely replaces this Template setting with a job specified notification.

  • For security reasons you may want to use the Https protocol.

HttpBodyTemplate setting

Xml Copy imageCopy
<?xml version="1.0"encoding="utf8"?>
<FaxInformation>
  <FaxNumber>%{FaxNumber}</FaxNumber>
  <Country>%{Country}</Country>
  <FullMessageId>%{FullMessageId}</FullMessageId>
  <Status>%{Status}</Status>
  <StatusId>%{StatusId}</StatusId>
  <ErrorString>%{ErrorString}</ErrorString>
  <ErrorCode>%{ErrorCode}</ErrorCode>
  <ErrorClass>%{ErrorClass}</ErrorClass>
  <ErrorExtra>%{ErrorExtra}</ErrorExtra>
  <ReferenceId>%{ReferenceId}</ReferenceId>
  <OriginalSubject>%{OriginalSubject}</OriginalSubject>
  <Subject>%{Subject}</Subject>
  <OriginalTime>%{OriginalTime}</OriginalTime>
  <TimeSent>%{TimeSent}</TimeSent>
  <NumPages>%{NumPages}</NumPages>
  <CallDuration>%{CallDuration}</CallDuration>
  <FaxSpeed>%{FaxSpeed}</FaxSpeed>
  <ErrorResult>%{ErrorResult}</ErrorResult>
  <AccountId>%{AccountId}</AccountId>
  <RemoteCSID>%{RemoteCSID}</RemoteCSID>
  <DeliveredImage>%{DeliveredImage}</DeliveredImage>
  <RecptName>%{RecptName}</RecptName>
  <Company>%{Company}</Company>
</FaxInformation>

See Also