[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] How to include HTTP GET response in an IC page


On my IC-5.4 website I need to create a form with a single input field,
the contents of which gets added to a HTTP GET request to a remote site.
The reply to the request is if the format:

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfString xmlns="http://www.remote-site.com";>
  <string>string</string>
  <string>string</string>
</ArrayOfString>


I want to extract the contents of the first instance of
<string>string</string>, and display that on the form's results page.
Can anyone help by example or point me to the proper docs?

DB
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.