I didn't read all of your source but usuall the call would return an object, If you would change your code: /* Print the server-response: */ print $response; to: /* Print the server-response: */ print_r($response); You'll probably get a better view of the result. Hope that helps. Regards Vegard -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php