Home Page › Forums › BizTalk 2004 – BizTalk 2010 › ACK/NACK for Direct port binding
- This topic has 2 replies, 1 voice, and was last updated 8 years, 3 months ago by
community-content.
-
AuthorPosts
-
-
December 3, 2008 at 8:51 AM #21297
Hi,
How can I set DeliveryNotification(ACK/NACK) for direct request-response HTTP port? I have to use outbound and inbound maps in port as well.
I followed same as this post. http://agilior.pt/blogs/bruno.camara/ However it didnt work for me. .
My project is little different than this. Have one orch, and it will receive message, then I promote PONo, and corralated it and ACKRequired = True, and Correlated Token. Direct port has map for outbound and inbound. I followed same as in the above link. However Direct Receive port not receiving the ack msg. It looks like Orch is keep running.
How can i fix it?
Thank you in advance,
Siva
-
December 3, 2008 at 7:26 PM #21300
I looked though the solution. Interesting approach and looks like it should work.
Is your map failing? I had issues getting the ACK when the map failed.
Have you tried it without the map? Maybe that is not transferring all the context properties over into the new message? I didn’t think it did.-
December 4, 2008 at 7:12 AM #21305
Thank you for your Reply Stephen,
Maps works fine. If remove direct recive, that is trying to get the ACK from message box, then my project works fine. I guess may be issue with transfering context property. Let me be more detail here
I have messages. A- Our request(commen for all vendor), B- Vendor request(each vendor have different) C-Vendor response and D-Our response(commen). I send the A to Direct 2 way port, it will get mapped with B at port and send it to vendor. Vendor response C will be mapped to D and get into orchestration. I promote Vendor ID, Vendor No, ACKRequired and CorrelatedToken to our request A. We dont map Vendor ID or Vendor No to Vendor request B. So non of the message B,C or D have Vendor ID or Vendor No. Do you think this might be the reason for the issue?
How can i transfer the context property to all other 3 messages? I dont think i can do it to vendor msgs B or C since I dont them in orchestration. would it be ok to promote them to our messages A and D? Since response D wouldn’t constrcut untill i get response from partner, it is going to be bit more works on orchestration if i want to promote those propety to it.
I just found your “Dynamic Transforms” posting. It looks like perfect solution for my case however, I dont understand the concept. So I need to do more research on how it works and how to do.
Siva
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.