diff --git a/src/Request/SoapClientRequest.php b/src/Request/SoapClientRequest.php index 1afb9d3..0dcbd84 100644 --- a/src/Request/SoapClientRequest.php +++ b/src/Request/SoapClientRequest.php @@ -116,6 +116,14 @@ public function getBody() return $this->body; } + public function getLastResponse() { + return $this->client()->__getLastResponse(); + } + + public function getLastRequest() { + return $this->client()->__getLastRequest(); + } + public function functions(): array { return $this->client()->__getFunctions();