can i make a simple call like this?

<s:HTTPService id="siteID" url="https://127.0.0.1:8443/HalDS/hal/siteid"; 
result="siteID_resultHandler(event)" fault="siteID_faultHandler(event)"/>

it should return an xml file like this -

<dataset>
<hal_info ip="10.1.12.200" latitude="0.0" longitude="0.0" site_id="12"/>
</dataset>

But I get stream errors when I issue the command siteID.send();

If I simply enter the url into my web browser it works.


      

Reply via email to