Trying to make a simple client that consumes a web service using RemObjects SDK, imported the WSDL, all good, however, when I try to execute a method that returns a string, I get the following error:
Project Project1.exe raised exception class EIdHTTPProtocolException with message 'HTTP/1.1 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'.'.
Don't know why this exception is raised, but I need to bypass it.