The SOAP module (Pt::Soap) of the Pt framework provides a client API to call remote procedures and a server API to implement remote procedures. Blocking and non-blocking APIs exist in either case. The SOAP module builds on top of the HTTP module (Pt::Http) and uses the HTTP client and server implementation thereof. Custom data-types can be used in SOAP procedures if they are serializable using Pt's serialization API.
Classes | |
class | Client |
A client for remote procedure calls. More... | |
class | Fault |
XML-RPC fault exception. More... | |
class | HttpClient |
A client for SOAP via HTTP. More... | |
class | Responder |
Dispatches requests to a service procedure. More... | |
class | Type |
XML schema type for WSDLs. More... | |