HTTPTools

The global HTTPTools object provides a library of HTTP communication functions that can be used for accessing documents, xincludes or schema files in API functions such as IO.setLoadXML or IO.setLoadXSDFunction.


HTTPTools object

methods

HTTPTools.getXML( uri : String[,  bypassCache : Boolean]) : XMLDocument
HTTPTools.postXML( uri : String,  doc : XopusDocument[,  encoding : String][,  callback : Function][,  headers : Object]) : HTTPTools()
HTTPTools.putXML( uri : String,  doc : XMLDocument[,  encoding : String][,  callback : Function][,  headers : Object]) : String
HTTPTools.fileExists( xmlURL : String) : Boolean