Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Without knowing much about the smartFOCUS api you are using...</p> <p>It appears that whatever endpoint you are hitting is responding with the wrong content type. As indicated by the exception the call is expecting a result with a content type of <code>text/xml</code> but is getting <code>text/html</code> (might be a valid soap message but the content type isn't set to xml explicitly).</p> <p>I would recommend spinning up <a href="http://www.soapui.org/" rel="nofollow">soapUI</a> or some other form of debugging/interacting with the service endpoint directly and seeing if the responses are valid, if you don't control the endpoint that is sending the inappropriate content type for the response you may want to contact whoever is in control and see if they can remedy the issue.</p> <p><strong>EDIT</strong> - Response to additional info in OP question. </p> <p>Given the response posted it appears that the call is invalid, this could be due to a number of reasons; Incorrect parameters being passed and not handled correctly on the server, a completely invalid endpoint being referenced or genuine server problems out of your scope. If you are passing correct parameters to the correct endpoint then I would definitely suggest contacting the owner of the endpoint to get the situation resolved.. if you aren't sure I would also recommend again to try and debug the calls via <a href="http://www.soapui.org/" rel="nofollow">soapUI</a> or some other endpoint interaction tool.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload