I have a WCF service and I am attempting to use it with SOAP UI PRO. On the first execution I got the following response:
HTTP/1.1 415 Cannot process the message because the content type 'application/soap+xml;charset=UTF-8;' was not the expected type 'application/soap+msbin1'.
I found out that I should have added the Content-Type header and I did so (i.e. Content-Type application/soap+msbin1). However, the error now evolved to:
HTTP/1.1 400 Bad Request
I learned that Binary-Encoding is not supported in SOAP UI / SOAP UI PRO / READY API, and I'm kinda of stuck after this discovery.
I was wondering whether there is a workaround to this issue. Hence, whether someone managed to use groovy script, plugins, libraries or something different to integrate binary-encoding in SOAP UI PRO.
Any help is greatly appreciated.