I am getting this error when trying to consume a 3rd-party web service:
HTTP status 415: Cannot process the message because the content type 'text/xml; charset=utf-8' was not the expected type 'application/soap+xml; charset=utf-8'
I've been hunting around the web - certainly a very common issue out there - BUT - all of the solutions involve getting into the actually IIS server as well as the .NET code inside OutSystems.
Anyone out there ever had this on OutSystems and have found a solution?
Thanks!
Chances are you are getting an internal-error page or something similar. thus a html-page instead of a soap-message.
either tackle this via fiddler/wireshark to see what is happening.
try reproduce it via soapUI which simply dumps the return
I like your idea, SOAPUI won't work with the certificates I am sending to the 3rd party SOAP server.
Since I am running in the personal environment on <me>.outsystemscloud.com ... can I still use Fiddler or Wireshark? I thought I would have to run Fiddler or Wireshark on the actual outsystemscloud.com server.
Is it possible to use Fiddler or Wireshark with the personal environment?