« Back to Serviceability XML Questions

Need to specify a user error

Combination View Flat View Tree View
Threads [ Previous | Next ]
I am getting a weird error upon hitting the Serviceability API.  Everything was working fine until suddenly, I keep getting the following response:
 
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="[url=http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode]http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode xmlns:ns1="[url=http://xml.apache.org/axis/">ns1:Server.NoUser</faultcode><faultstring>Need]http://xml.apache.org/axis/">ns1:Server.NoUser</faultcode><faultstring>Need to specify a user for authorization!</faultstring><detail><ns2:hostname xmlns:ns2="[url=http://xml.apache.org/axis/">devmanager</ns2:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope]http://xml.apache.org/axis/">devmanager</ns2:hostname></detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
 
I am sending the correcct username and password information, so I don't know why this is happening.  Has this happened to anyone else and have they found a solution?

Have not seen this before.  Is it possible the username or password has some unusual characters?  If so, can you try with alpha numerics?  Ideally if you could provide the HTTP request packet itself (including HTTP headers) perhaps we could spot something.