Fault Code' . "\n";
echo "Fault: {$client->fault}
\n";
echo "Code: {$client->faultcode}
\n";
echo "String: {$client->faultstring}
\n";
echo "Detail: {$client->faultdetail}
\n";
}
/**
* Show bad construction error message.
*/
function showSoapClientError($err) {
echo '
' . $err . ''; echo "\n"; } /** * Show calling method. */ function showCall($methodName, $param) { echo '
' . toHtml($client->request) . ''; echo "\n"; // print response echo '
' . toHtml($client->response) . ''; echo "\n"; // Uncomment the following lines to print debug statements /* echo '
' . toHtml($client->debug_str) . ''; echo "\n"; */ } /** * Show the syn service id. */ function showSynServiceId($synServiceId) { echo '
' . $text . ''; echo "\n"; } /** * Print the result of account creation */ function showCreatedPublisher($response) { echo '