예제 #1
0
파일: api.py 프로젝트: codesyntax/cs.board
 def wsdl(self):
     res = self.request.RESPONSE
     res.setHeader('Content-Type', 'text/xml; charset="utf-8"')
     return SoapServiceBase.wsdl(MarkerService(), self.context.absolute_url())
예제 #2
0
파일: wsgi_soap.py 프로젝트: Proga/soaplib
 def __init__(self):
     WSGISoapApp.__init__(self)
     SoapServiceBase.__init__(self)
예제 #3
0
 def __init__(self):
     WSGISoapApp.__init__(self)
     SoapServiceBase.__init__(self)
예제 #4
0
 def __init__(self, context, request):
     BaseSearch.__init__(self, context, request)
     SoapServiceBase.__init__(self)
예제 #5
0
 def __init__(self, application, request, **kwargs):
     setattr(self, "request", request)
     setattr(self, "application", application)
     BaseHandler.__init__(self, application, request, **kwargs)
     SoapServiceBase.__init__(self)
예제 #6
0
 def __init__(self, application, request, **kwargs):
     setattr(self, "request", request)
     setattr(self, "application", application)
     BaseHandler.__init__(self, application, request, **kwargs)
     SoapServiceBase.__init__(self)