» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with post + xml

Weather Tools - Scott Crevier

how to post weather to website

XML: del.icio.us/tag/xml

Post XML using curl [curl] [rest]

echo '<doc><item>Some content.</item></doc>' | curl -X POST -H 'Content-type: text/xml' -d @- http://example.com/restapi

XML: del.icio.us/tag/xml

Read raw post data, useful for grabbing XML from Flash XmlSocket. - PHP - Snipplr

&lt;sep/&gt;t interpret POST data because it is not form-encoded. This is typical when the post data is XML from API's like Flash's XmlSocket. You can use the following methods to read the POST data&lt;sep/&gt;

XML: del.icio.us/tag/xml

Post XML using curl [curl] [rest]

curl -X POST -H 'Content-type: text/xml' -d @- http://example.com/restapi

XML: del.icio.us/tag/xml

dom4j - Frequently Asked Questions

Possibly good for comparing HTML dom's to see where integration went wrong.

XML: del.icio.us/tag/xml

Posting XML

http://www.granularity.net/technologies/xml/Granularity-Sending_and_Recivein g_XML_with_ColdFusion.pdf

XML: del.icio.us/tag/xml

The Highs and Lows of REST

"it could remove the artificial and often harmful separation made between the web people interact with and the web machines interact with." "anything conforming to the constraints of at least one HTTP method and that also exposes references to other resou

XML: del.icio.us/tag/xml

Post XML using curl [curl] [rest]

echo '<doc><item>Some content.</item></doc>' | curl -X POST -H 'Content-type: text/xml' -d @- http://example.com/restapi

XML: del.icio.us/tag/xml

4GuysFromRolla.com - Using Microsoft's XMLHTTP Object to Get Data From Other Web Pages, Part 2

Response.Buffer = True Dim objXMLHTTP, xml Set xml = Server.CreateObject("Microsoft.XMLHTTP") ' Notice the two changes in the next two lines&lt;sep/&gt;

XML: del.icio.us/tag/xml

Page 1 | Next >>