Receiving an MDN

Home Page Forums BizTalk 2004 – BizTalk 2010 Receiving an MDN

Viewing 1 reply thread
  • Author
    Posts
    • #20370

       Hi, I have this scenario:

      One Static Solicit-Response send port, type SOAP, the uri there is a web service, send pipeline passthrutransmit, receive pipeline passthrureceive.

      One Static One-Way send port, type HTTP, the uri is an aspx file, send pipeline as2send.

      one Static One-Way send port, type file, the uri is a path that receives an xml, send pipeline passthrutransmit

      one One-Way receive port, type file, the uri is a path that receives an xml, receive pipeline xmlreceive.

      a party that in send ports has the Static One-Way send port type HTTP mentioned above

      So the process is this, I have and xml that has parameters and it is copied in the path that receives the xml and with those parameters the web service mentioned in the first send port constructs another xml and it is send by the second send port mentioned above.

      So this is one side that only send the xml and I’m trying to do the another side that receives the xml and returns a MDN but I can’t get it.

      How can I get the mdn an insert this mdn into the BizTalk database or copy this mdn into a file?

      To generate this mdn I just configure the as2 properties in the party as AS2 Message Receiver but I can’t get it.

      Please help me, is urgent.

    • #20539

      An AS2 receive port should be configured using As2Receive. Are you expecting a synchronous or asynchronous MDN? You can setup both under the party’s AS2 properties. You may need to setup a send port filter using an AS2 context property to get the MDN to be received successfully. Here is a link to the AS2 context properties: http://msdn.microsoft.com/en-us/library/bb226483.aspx. You can use IsAS2MdnResponseMessage==true to get a synchronous MDN and there is a similar boolean, IsAS2AsynchronousMdn, to catch an asynchronous MDN.

      Thanks,

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.