Qore xml Module
1.6.0
|
Qore SoapDataProvider module definition
The SoapDataProvider module provides a data provider API for SOAP messaging. The SoapDataProvider class allows for introspecting a SOAP schema, while the SoapRequestDataProvider class supports the data provider request-reply API for communication with SOAP servers.
SOAP schemas can be introspected with the following format:
operation/request
getInfo/request
operation/response
getInfo/response
The following classes are provided by this module: