$client = new SOAP_Client( $url );
$params = array( $text ); $result = $client->call( "thisIsTheService", $params, $namespace );
I hope this helps.
It does! :) Thank you.
Istvan
-- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php