Hi All,
We posted an invoice transmission document into OTM and could get TransmissionReport via email if we set AckSpec to EMAIL.
Somehow if we set spec to HTTPPOST, then the TransmissionReport is not sent out.
We did test to send TransmissionReport manually from Invoice interface with a selected external system. The remote system (same URL as we defined in header) CAN receive report without problem.
Any suggestions that we can check with?
Here is our Header settings:
<TransmissionHeader>
<SenderTransmissionNo>1207102009</SenderTransmissionNo>
<ReferenceTransmissionNo>1207102009</ReferenceTransmissionNo>
<AckSpec>
<ComMethodGid>
<Gid>
<Xid>HTTPPOST</Xid>
</Gid>
</ComMethodGid>
<ServletURL>http://targethost:5555/invoke/wm.tn/receive</ServletURL>
<AckOption>YES</AckOption>
</AckSpec>
</TransmissionHeader>
Thanks & Regards,
KJ
We posted an invoice transmission document into OTM and could get TransmissionReport via email if we set AckSpec to EMAIL.
Somehow if we set spec to HTTPPOST, then the TransmissionReport is not sent out.
We did test to send TransmissionReport manually from Invoice interface with a selected external system. The remote system (same URL as we defined in header) CAN receive report without problem.
Any suggestions that we can check with?
Here is our Header settings:
<TransmissionHeader>
<SenderTransmissionNo>1207102009</SenderTransmissionNo>
<ReferenceTransmissionNo>1207102009</ReferenceTransmissionNo>
<AckSpec>
<ComMethodGid>
<Gid>
<Xid>HTTPPOST</Xid>
</Gid>
</ComMethodGid>
<ServletURL>http://targethost:5555/invoke/wm.tn/receive</ServletURL>
<AckOption>YES</AckOption>
</AckSpec>
</TransmissionHeader>
Thanks & Regards,
KJ
Comment