Qore Programming Language

  • Increase font size
  • Default font size
  • Decrease font size

SoapHandler example

E-mail Print PDF

The SoapHandler is a handler class for the Qore HTTPServer class, that allows for SOAP messages to be decoded, processed, and then for the responses to be encoded as properly-formatted SOAP XML messages (hopefully properly-formatted that it, because the WSDL class does not support all XSD features yet).

Here is the source: SoapHandler.qc