.NET SOAP client
Class is intended to be used with .Net Web Services.
Do request proxy method.
| Parameters: |
|
|---|---|
| Return type: | string The XML SOAP response. |
Returns the cURL client that is being used.
| Return type: | ZendHttpClientAdapterCurl The cURL client. |
|---|
Retrieve request headers.
| Return type: | string Request headers. |
|---|
Retrieve response headers (as string)
| Return type: | string Response headers. |
|---|
Sets the cURL client to use.
| Parameters: | CurlClient – The cURL client. |
|---|---|
| Return type: | self Fluent interface. |
Sets options.
Allows setting options as an associative array of option => value pairs.
| Parameters: | array|Traversable – Options. |
|---|---|
| Throws InvalidArgumentException: | |
| If an unsupported option is passed. | |
| Return type: | self Fluent interface. |
Perform arguments pre-processing
My be overridden in descendant classes
| Parameters: | array – |
|---|---|
| Throws ExceptionRuntimeException: | |
| Return type: | array |