Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've had the same problem, then I set </p> <pre><code>&lt;property name="messageType" value="text/plain" scope="axis2"/&gt; </code></pre> <p>and now it works, if i call it from URL, it will return only text.</p> <pre><code>&lt;proxy xmlns="http://ws.apache.org/ns/synapse" name="RESTE" transports="http" statistics="disable" trace="disable" startOnLoad="true"&gt; &lt;target&gt; &lt;inSequence&gt; &lt;log level="full"/&gt; &lt;/inSequence&gt; &lt;outSequence&gt; &lt;log level="full"/&gt; &lt;property name="messageType" value="text/plain" scope="axis2"/&gt; &lt;send/&gt; &lt;/outSequence&gt; &lt;endpoint&gt; &lt;address uri="http://10.15.21.189:8180/contadorServicos/ola-mundo"/&gt; &lt;/endpoint&gt; &lt;/target&gt; &lt;parameter name="serviceType"&gt;proxy&lt;/parameter&gt; &lt;description&gt;&lt;/description&gt; &lt;/proxy&gt; </code></pre> <p>Unfortunattely the Tryit functionality stoped working, now it giver the following error.</p> <pre><code>&lt;parsererror xmlns="http://www.mozilla.org/newlayout/xml/parsererror.xml"&gt;Erro no processamento de XML: formatação incorreta Posição: http://xxxxxxx/services/RESTE?tryit# Número da linha 1, coluna 221: &lt;sourcetext&gt;&amp;lt;TryitProxyError h:status='SOAP envelope error' xmlns:h='http://wso2.org/ns/TryitProxy'&amp;gt;org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character 'r' (code 114) in prolog; expected '&amp;lt;'at [row,col {unknown-source}]: [1,1]&amp;lt;/TryitProxyError&amp;gt; ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^&lt;/sourcetext&gt; &lt;/parsererror&gt; </code></pre> <p>p.s: When I use other tools like SOAPUI, it works correctly.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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