POSTint to NET service via TN HTTP protocol

Hello All,

I am experiencing difficulties sending an XML document via the Primary HTTP protocal to a .NET web service. Basically I keep getting a 500 - Internal Server Error. I have the feeling this is related to the Content-Type which is “text/xml”. It would seem as if .NET is expect to receive a SOAP message with this content type.

Further examining the .NET behavior of the service, a HTTP POST is expected to be received using a Content-Type which is “application/x-www-form-urlencoded”. This is your standard <form> when sending via a browser.

Anybody have any ideas?

Thanks,

Kris

Hmmm. Doesn’t sound like you’re working with a .Net web service.

Mark