XML query
-
Here’s what we are seeing:
Using HTTP retriever on a source at port 80.
The xml check on the data source page shows ok:<datavalues>
<input0state>3.78294</input0state>
<input1state>0.03539</input1state>
<input2state>0.00140</input2state>
<input3state>0.00145</input3state>
<input4state>0.00149</input4state>
<input5state>0.00244</input5state>
<input6state>0.00155</input6state>
<input7state>0.00244</input7state>
<powerupflag>1</powerupflag>
</datavalues>When we query the source using regex
<input0state>(.*?)</input0state>
we get this message on the point details page
org.apache.http.client.ClientProtocolException:
Is this a java issue on Mango?
I’ve tried using a tcpip source, but with no luck, it shows no data.
Is there a better parsing option?
Thanks
aloha
b