how can i print the xml of a soap call before calling it?
from what iv seen you need to alter the dorequest function, but upon doing so u get “SoapClient::__doRequest() returned non string value”
here is the code
public function __doRequest($request, $location, $action, $version, $one_way=0) {
var_dump( $request);
}
1 Answer