Exposes the SCore interface over SOAP
Copyright 2005 Fourthought, Inc. (USA).
Detailed license and copyright information: http://4suite.org/COPYRIGHT
Project home, documentation, distributions: http://4suite.org/
Classes
- class RawFileSoapImp
-
Methods
- __init__(self, res)
- execute(self, reqel, respbody, logFile, repo)
-
See if we define the requested action, ifso call that, otherwise, just call it on the resource
Members
- integerArguments = ['createDocument.forcedType', 'createContainer.createParents']
- resourceNameMapping = {1: 'Container', 3: 'RawFile', 4: 'XmlDocument'}
- class SoapHandler(Ft.Server.Server.Http.BaseRequestHandler.BaseRequestHandler)
-
Methods
- SOAPAuthenticate(self, SOAPdoc)
- __init__(self, connection)
- Overrides: __init__ from class BaseRequestHandler
- do_POST(self)
-
Handle a POST request that is a SOAP message
- getRepository(self, sendError=1)
-
Overidden to account for session handshaking
- Overrides: getRepository from class BaseRequestHandler
- get_form_encoding(self, form)
authChecker,
do_OPTIONS,
generateRepoPath,
getMimeHeaders,
getRemoteHostname,
getRequestArgs,
getRequestBody,
handle,
joinQueryArgs,
localDateTimeString,
logTransaction,
parseUri,
processRequest,
processResponse,
readRequest,
readRequestLine,
rfcDateTimeString,
send_error,
unhandledException
Members
- NS_TO_HANDLER_MAPPING = {'http://rdfinference.org/versa/0/2/': {'versa-query': <function VersaQueryHandler>}}
Functions
- CreateResource(repo, reqel, respbody)
- DeleteResource(repo, reqel, respbody)
- FetchResource(repo, reqel, respbody)
- GenericResourceMethod(repo, reqel, respbody, logFile)
- VersaQueryHandler(repo, reqel, respbody, logFile)
-
Handler for Versa Queries