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.