Fixed in php, changed this: $auth->Username = new SoapVar($this->Username, XSD_STRING, "Username", MY_NAMESPACE); to: $auth->Username = new SoapVar($this->Username, XSD_STRING, null, null, "Username", MY_NAMESPACE); maydox wrote: > > I don't believe that this is a .net issue as we are sending our soap > requests from php into xFire (Java) and experiencing the exact same > results: no namespaces on our header subelements (username, password). > Did you find any resolve to this? > > > Alberto Olindo wrote: >> >> >> Note that the username and password nodes don't have a namespace. The >> ..net service dies on this. >> I don't seem to manage to get it in there some how. And I don't know if >> php is right or .net ... >> >> > > -- View this message in context: http://www.nabble.com/.Net-auth-problem---php-bug---tf3452658.html#a10040905 Sent from the Php - Soap mailing list archive at Nabble.com. -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php