The below information I got when tried to consume CRM web-service from other environment using an administrator user of CRM website , tested with another administrator user of CRM 4.0 website and is working fine. Why this is not working with a specific administrator user of CRM.
Is this something that needs to be configured for administrator user of CRM website in CRM somewhere so that user would be able to consume CRM webservice.
<?xml version='1.0' encoding='UTF-8'?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"><S:Header><ns3:CrmAuthenticationToken xmlns="http://schemas.microsoft.com/crm/2006/Scheduling" xmlns:ns2="http://schemas.microsoft.com/crm/2006/Query" xmlns:ns3="http://schemas.microsoft.com/crm/2007/WebServices" xmlns:ns4="http://schemas.microsoft.com/crm/2006/WebServices" xmlns:ns5="http://schemas.microsoft.com/crm/2006/CoreTypes" xmlns:ns6="http://schemas.microsoft.com/crm/2007/CoreTypes"><ns6:AuthenticationType>0</ns6:AuthenticationType><ns6:CrmTicket>PAA/AHgAbQBsACAAdgBlAHIAcwBpAG8AbgA9ACIAMQAuADAAIgA/AD4ADQAKADwAVABpAGMAawBlAHQAIAB4AG0AbABuAHMAOgB4AHMAaQA9ACIAaAB0AHQAcAA6AC8ALwB3AHcAdwAuAHcAMwAuAG8AcgBnAC8AMgAwADAAMQAvAFgATQBMAFMAYwBoAGUAbQBhAC0AaQBuAHMAdABhAG4AYwBlACIAIAB4AG0AbABuAHMAOgB4AHMAZAA9ACIAaAB0AHQAcAA6AC8ALwB3AHcAdwAuAHcAMwAuAG8AcgBnAC8AMgAwADAAMQAvAFgATQBMAFMAYwBoAGUAbQBhACIAIAB4AHMAaQA6AG4AaQBsAD0AIgB0AHIAdQBlACIAIAAvAD4A</ns6:CrmTicket><ns6:OrganizationName>McLarenAutomotiveLimited</ns6:OrganizationName><ns6:CallerId>2CD7DE79-D14A-DE11-8819-0050568E2471</ns6:CallerId></ns3:CrmAuthenticationToken></S:Header><S:Body><ns3:Retrieve xmlns="http://schemas.microsoft.com/crm/2006/Scheduling" xmlns:ns2="http://schemas.microsoft.com/crm/2006/Query" xmlns:ns3="http://schemas.microsoft.com/crm/2007/WebServices" xmlns:ns4="http://schemas.microsoft.com/crm/2006/WebServices" xmlns:ns5="http://schemas.microsoft.com/crm/2006/CoreTypes" xmlns:ns6="http://schemas.microsoft.com/crm/2007/CoreTypes"><ns3:entityName>contact</ns3:entityName><ns3:id>{eb105eef-4eaf-df11-b3df-0050568e2471}</ns3:id><ns3:columnSet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns2:AllColumns"/></ns3:Retrieve></S:Body></S:Envelope>
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Server was unable to process request.</faultstring><detail><error>
<code>0x80040204</code>
<description>Invalid user auth.</description>
<type>Platform</type>
</error></detail></soap:Fault></soap:Body></soap:Envelope>
Detail description I have copied above, the error I'm getting like below which is now totally unrelated to identify why this is giving like error when all authentication information is properly set.
<code>0x80040204</code>
<description>Invalid user auth.</description>
<type>Platform</type>
Any suggestion how to fix this issue or Why I'm getting this error when I have set the caller ID and credentials of administrator user of CRM website.