Here's the situation:
Solved! Go to Solution.
01-17-2013 01:36 PM
Is it from http://www.troi.com/software/urldetails.html ?
Look like they have a TURL_SetCustomHeader function. Might be something like or you might have to read the manual.
TURL_SetCustomHeader( "" ; "Content-Type: text/xml" )
01-17-2013 04:22 PM
Is it from http://www.troi.com/software/urldetails.html ?
Look like they have a TURL_SetCustomHeader function. Might be something like or you might have to read the manual.
TURL_SetCustomHeader( "" ; "Content-Type: text/xml" )
01-17-2013 04:22 PM
Yes. This is exactly the issue. Just needed to set a Custom Header declaring "Content-Type:text/xml" and it worked.
Thanks!
01-17-2013 07:57 PM