I'm working on a small webservice. When started this project i used the NuSOAP library. And it does the job perfectly. But last weekend i was playing around with the PEAR::SOAP package. This seems to be a lot more stable. And for sure a llot faster. Only in NuSOAP i could do the following to get to a secured page. $client->setCredentials(USERNAME, PASSWORD, AUTHTYPE); Now i wanna do the same in PEAR::SOAP but can't figure out a way to do it. Main is i just want Basic HTTP authentication. Maybe somebody knows? grtz, Thijs -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php