View Single Post
  #3 (permalink)  
Old July 13th, 2009, 16:25
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
Re: TransmissionReport form Invoice insert via HTTPPOST

Hi Sophia,

Thanks for the reply!
Somehow I changed URL as you mentioned but still nothing is posted to the listening node. I also tried to send an outbound invoice manually with a external system (same URL as in TransmissionReport Header) and it CAN receive invoice message. That menas the target listening node (external system) URL is valid.
My question is, within AckSpec, there is no tag allows me to specify user id and password for TransmissionReport receiving server except its URL, how OTM can post the report to?
I also tried use ContactGid with same external server as above test but also no report sent out.
Any suggestions?

Best Regards,
KJ

<AckSpec>
<ComMethodGid>
<Gid>
<Xid>HTTPPOST</Xid>
</Gid>
</ComMethodGid>
<AckOption>YES</AckOption>
<ContactGid>
<Gid>
<DomainName>RDH</DomainName>
<Xid>TEST_SYS</Xid>
</Gid>
</ContactGid>
</AckSpec>
<NotifyInfo>
<ContactGid>
<Gid>
<DomainName>RDH</DomainName>
<Xid>TEST_SYS</Xid>
</Gid>
</ContactGid>
<ExternalSystemGid>
<Gid>
<DomainName>RDH</DomainName>
<Xid>TEST_SYS</Xid>
</Gid>
</ExternalSystemGid>
</NotifyInfo>
Reply With Quote