55 namespace SoapHandler {
97 constructor(AbstractAuthenticator auth, *code getLogMessage,
bool dbg = False);
109 addMethod(WebService ws, WSOperation op, any func, *
string help, *
int logopt, any cmark, *
string path);
120 final addMethodInternal(WebService ws, hash method);
133 final log(hash cx,
string str);
140 static string makeSoapFaultResponse(
bool soap12,
string err,
string desc);
147 final hash callOperation(hash cx, any args);
153 final hash handleRequest(hash cx, hash hdr, *data body);
const Version
version of the SoapHandler implementation
Definition: SoapHandler.qm.dox.h:62
SoapHandler implementation; to be registered as a request handler in the HttpServer class...
Definition: SoapHandler.qm.dox.h:58
removeServicesWithPath(string path)
call to remove all service mappings for services with the given path
addMethod(WebService ws, WSOperation op, any func, *string help, *int logopt, any cmark, *string path)
adds a method to the handler dynamically
constructor(AbstractAuthenticator auth, *code getLogMessage, bool dbg=False)
creates the handler with the given method list