Hello gurus,
We are sending files to our client via a non-biztalk http post who receives the files via their Biztalk 2004 receive adapter. Problem is they are receiving them with the http content header and footer (which we don’t actually send). Will it be adjusted in their biztalk receiver or our sending code? Would you know how can I not include them? thanks
Here’s the sample.
—————————–7d8cba9092c
Content-Disposition: form-data; name=”attach”; filename=”D:\Send\our.shipments.2008000000.gz”
Content-Type: text/plain
file contents
—————————–7d8cba9092c–