I’m using a 3rd party control that captures data and puts in into an XML file with the content type=application/octet-stream. I’m unable to change the content type. When I post the file to TN:receive it does not register. I’m able to pass the file to a .NET Function and then submit it to wM but I want to remove the .NET Function. Any suggestions on how I can get wM TN or a service to receive the post? Below is the Header of the post that I can capture in .NET.
POST /Default.aspx?TabId=618 HTTP/1.1
Connection: Keep-Alive
Content-Length: 2226
Content-Type: multipart/form-data; boundary=d6892121cab84ffeae17444c232a19a5
Expect: 100-continue
Host: princtn-w3008
–d6892121cab84ffeae17444c232a19a5
Content-Disposition: form-data; name=“postedfile”; filename=“FormData.xml”
Content-Type: application/octet-stream
Thanks,
Kevin
#B2B-Integration#Integration-Server-and-ESB#webMethods