Hi,

Since v13, you have a native http client, so it is easy to POST or GET some xml 
data over HTTP.

So in essence :

post :
 1. create dom
 2. set values in dom
 3. export dom to xml blob
 4. free dom
 5 HTTP POST xml blob

get
 1. HTTP Get into a blob
 2. Parse blob into a dom
 3. read data in dom
 4. free dom

HTH
Bruno


**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to