call('GetLastRaid', array('user' => $soap_user, 'password' => $soap_password)); // Display the result print_r($output); echo '

Request

'; echo '
' . htmlspecialchars($client->request, ENT_QUOTES) . '
'; echo '

Response

'; echo '
' . htmlspecialchars($client->response, ENT_QUOTES) . '
'; ?>