SoapClient.sendHttp

Sends a soap envelope to the specified url over HTTP.

  1. void sendHttp(string url, SoapEnvelope envelope, string soapAction)
    class SoapClient
    final
    void
    sendHttp
    (
    string url
    ,,
    string soapAction = null
    )
  2. void sendHttp(HttpMethod method, string url, SoapEnvelope envelope, string soapAction)

Parameters

url string

The url of the soap method.

envelope SoapEnvelope

The envelope to send.

soapAction string

The soap action.

Meta