SoapClient.sendHttp

Sends a soap envelope to the specified url over HTTP.

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

Parameters

method HttpMethod

The http method to send the soap envelope over.

url string

The url of the soap method.

envelope SoapEnvelope

The envelope to send.

soapAction string

The soap action.

Meta