SoapClient

Wrapper around a soap client.

Constructors

this
this()

Creates a new soap client.

Members

Functions

sendHttp
void sendHttp(string url, SoapEnvelope envelope, string soapAction)

Sends a soap envelope to the specified url over HTTP.

sendHttp
void sendHttp(HttpMethod method, string url, SoapEnvelope envelope, string soapAction)

Sends a soap envelope to the specified url over HTTP.

Meta