Documentation ¶ Index ¶ func SendSoap(httpClient *http.Client, endpoint string, message string, ...) (*http.Response, error) func SendSoapWithTimeout(httpClient *http.Client, endpoint string, message []byte, ...) (*http.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SendSoap ¶ func SendSoap(httpClient *http.Client, endpoint string, message string, timeout ...time.Duration) (*http.Response, error) SendSoap send soap message func SendSoapWithTimeout ¶ func SendSoapWithTimeout(httpClient *http.Client, endpoint string, message []byte, timeout time.Duration) (*http.Response, error) SendSoapWithTimeout send soap message with timeOut Types ¶ This section is empty. Source Files ¶ View all Source files networking.go Click to show internal directories. Click to hide internal directories.