Qore WSDL Module Reference  0.3.4
 All Classes Namespaces Functions Variables Pages
WSDL::WSDLLib Class Reference

contains helper methods for retrieving WSDLs from a URL More...

List of all members.

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.

Detailed Description

contains helper methods for retrieving WSDLs from a URL


Member Function Documentation

static string WSDL::WSDLLib::getFile ( string  $fn)
inlinestatic

retrieves a local file and returns the file's contents as a string

called by WSDLLib::getFileFromURL() in case the scheme is "file"

static binary WSDL::WSDLLib::getFTP ( string  $url,
string  $path 
)
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 string WSDL::WSDLLib::getHTTP ( string  url,
any  path,
any  hc,
any  headers 
)
static

called by WSDLLib::getFileFromURL() in case the scheme is "http"