Qore WSDL Module Reference
0.3.4
|
contains helper methods for retrieving WSDLs from a URL More...
Static Public Member Functions | |
static string | getFile (string $fn) |
retrieves a local file and returns the file's contents as a string | |
static string | getHTTP (string url, any path, any hc, any headers) |
static binary | getFTP (string $url, string $path) |
retrieves a file from a URL with the FTP protocol and returns the file's contents as binary data |
Public Attributes | |
const | SoapMimeTypes = (MimeTypeSoapXml, MimeTypeXml, MimeTypeXmlApp) |
Mime types recognized as SOAP messages. |
contains helper methods for retrieving WSDLs from a URL
|
inlinestatic |
retrieves a local file and returns the file's contents as a string
called by WSDLLib::getFileFromURL() in case the scheme is "file"
|
inlinestatic |
retrieves a file from a URL with the FTP protocol and returns the file's contents as binary data
called by WSDLLib::getFileFromURL() in case the scheme is "ftp"
|
static |
called by WSDLLib::getFileFromURL() in case the scheme is "http"