jandal
16 years agoNew Contributor
Can the web services with binary xml communication be tested and how?
We are using on our project Silverlight 3 and its default binary xml communication to web services. I tried to make test scenario by SoapUI tool but the error message 'HTTP/1.1 415 Cannot process the message because the content type 'application/soap+xml;charset=UTF-8;action="urn:DeptorsService/GetDeptors"' was not the expected type 'application/soap+msbin1' appears. I just imported WSDL and submit the one of the existing requests:
10
5
The response is:
HTTP/1.1 415 Cannot process the message because the content type 'application/soap+xml;charset=UTF-8;action="urn:DeptorsService/GetDeptors"' was not the expected type 'application/soap+msbin1'.
Server: Microsoft-IIS/5.1
Date: Mon, 06 Jul 2009 13:44:40 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Length: 0
Please, could everyone tell us how to make tests for binary xml communication?
The response is:
HTTP/1.1 415 Cannot process the message because the content type 'application/soap+xml;charset=UTF-8;action="urn:DeptorsService/GetDeptors"' was not the expected type 'application/soap+msbin1'.
Server: Microsoft-IIS/5.1
Date: Mon, 06 Jul 2009 13:44:40 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Length: 0
Please, could everyone tell us how to make tests for binary xml communication?