Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to parse soap response having href tag using pl/sql
    primarykey
    data
    text
    <p>I want to parse the below soap response. The problem is in tag1, its point to a href link called id1. So we have to go to the response of id1 and get the value.</p> <p>And one more thing is this soap response value is change the sequence in each request.</p> <pre><code>&lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt; &lt;soapenv:Body&gt; &lt;ns1:getBlock soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://diamondip.com/ipcontrol/ws/"&gt; &lt;getBlockByIpAddressReturn href="#id0"/&gt; &lt;/ns1:getBlock&gt; &lt;multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:WSGenericBlock" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://service.ipcontrol.diamondip.com"&gt; &lt;tag1 href="#id1"/&gt; &lt;tag2 soapenc:arrayType="soapenc:string[1]" xsi:type="soapenc:Array"&gt; &lt;item xsi:type="soapenc:string"&gt;Container1&lt;/item&gt; &lt;/tag2&gt; &lt;tag3 xsi:type="xsd:dateTime"&gt;2013-02-01T06:45:32.000Z&lt;/tag3&gt; &lt;tag4 soapenc:arrayType="soapenc:string[4]" xsi:type="soapenc:Array"&gt; &lt;item xsi:type="soapenc:string"&gt;uf1=221805&lt;/item&gt; &lt;item xsi:type="soapenc:string"&gt;uf2=34531&lt;/item&gt; &lt;/tag4&gt; &lt;tag5 href="#id2"/&gt; &lt;/multiRef&gt; &lt;multiRef id="id1" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="xsd:boolean" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;false&lt;/multiRef&gt; &lt;multiRef id="id2" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" lowestSetBit="3" xsi:type="soapenc:integer" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"&gt;8&lt;/multiRef&gt; &lt;/soapenv:Body&gt; &lt;/soapenv:Envelope&gt; </code></pre>
    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.
 

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