Note that there are some explanatory texts on larger screens.

plurals
  1. PO&lt is shown in place of '<' - WSO2 proxy service
    primarykey
    data
    text
    <p>I have a webservice which returns XML string which in turn is captured by the callout mediator and its been sent to a JMS queue. But when I see the content in the queue, the '&lt;' symbol is being shown as '&amp;lt' in activemq queue monitor. </p> <p>Any ideas to solve this, I want to show it as '&lt;' itself. Sample message below. </p> <pre><code>&lt;?xml version='1.0' encoding='UTF-8'?&gt;&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://dummy.com.com/"&gt;&lt;soapenv:Body&gt; &lt;ns2:validatePrescriptionResponse xmlns:ns2="http://dummy.com.com/"&gt;&lt;return&gt;&amp;lt;Prescription xmlns="http://hl7.org/fhir"&gt; &amp;lt;status value="active"/&gt; &amp;lt;patient&gt; &amp;lt;type value="Patient"/&gt; &amp;lt;url value="will smith"/&gt; &amp;lt;/patient&gt; &amp;lt;prescriber&gt; &amp;lt;type value="Provider"/&gt; &amp;lt;url value="Dr. stefan wright"/&gt; &amp;lt;/prescriber&gt; &amp;lt;prescribed value="2013+05:30"/&gt; &amp;lt;prescribed/&gt; &amp;lt;dispense&gt; &amp;lt;repeats value="10"/&gt; &amp;lt;quantity&gt; &amp;lt;value value="125"/&gt; &amp;lt;units value="ml"/&gt; &amp;lt;/quantity&gt; &amp;lt;dispenser&gt; &amp;lt;type value="Clinic"/&gt; &amp;lt;url value="Clinic"/&gt; &amp;lt;/dispenser&amp;gt; &amp;lt;/dispense&gt; &amp;lt;medicine&gt; &amp;lt;identification&gt; &amp;lt;text value="Penicillin VK oral suspension"/&gt; &amp;lt;/identification&gt; &amp;lt;/medicine&gt; &amp;lt;administrationRequest&gt; &amp;lt;description value="Penicillin VK oral suspension12510"/&gt; &amp;lt;totalPeriodicDose&gt; &amp;lt;numerator&gt; &amp;lt;value value="1250"/&gt; &amp;lt;units value="mg"/&gt; &amp;lt;code value="mg"/&gt; &amp;lt;/numerator&gt; &amp;lt;denominator&gt; &amp;lt;value value="1"/&gt; &amp;lt;units value="day"/&gt; &amp;lt;code value="d"/&gt; &amp;lt;/denominator&gt; &amp;lt;/totalPeriodicDose&gt; &amp;lt;duration&gt; &amp;lt;value value="10"/&gt; &amp;lt;units value="days"/&gt; &amp;lt;code value="d"/&gt; &amp;lt;/duration&gt; &amp;lt;dosageInstruction&gt; &amp;lt;doseQuantity&gt; &amp;lt;value value="125"/&gt; &amp;lt;units value="mg"/&gt; &amp;lt;code value="mg"/&gt; &amp;lt;/doseQuantity&gt; &amp;lt;schedule&gt; &amp;lt;repeat&gt; &amp;lt;frequency value="10"/&gt; &amp;lt;duration value="10"/&gt; &amp;lt;/repeat&gt; &amp;lt;/schedule&gt; &amp;lt;/dosageInstruction&gt; &amp;lt;/administrationRequest&gt; &amp;lt;reason&gt; &amp;lt;text value="Headache"/&gt; &amp;lt;/reason&gt; &amp;lt;/Prescription&gt;&lt;/return&gt;&lt;/ns2:validatePrescriptionResponse&gt; &lt;/soapenv:Body&gt;&lt;/soapenv:Envelope&gt; </code></pre> <p>Please help</p> <p>-Guru @gnanagurus</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    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.
 

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