Qore WSDL Module Reference  0.3.4
 All Classes Namespaces Functions Variables Pages
WSDL Module

Introduction

The WSDL module provides functionality for SOAP.

The main purpose of this module is to provide the infrastructure for developing SOAP client and server services.

The main components of this module are as follows:

  • WebService: represents a WSDL file; an easy way to get an object of this type from a URL is by calling WSDL::WSDLLib::getWSDL()
  • WSDLLib: a class of static functions providing helper functions for the module
  • WSOperation: a class representing a single operation from a web service

See the following for modules using the WSDL module: