View Single Post
  #1 (permalink)  
Old July 10th, 2009, 20:58
darkside32 darkside32 is offline
Junior Member
 
Join Date: Oct 2008
Posts: 8
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
darkside32 is on a distinguished road
TransmissionReport form Invoice insert via HTTPPOST

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
Reply With Quote