Hi guys,
I get the same result when the log in request uses an enduser's credentials.
The SOAP envelope is correct and I loaded the WSDL from http://cupstest1:8082/presence-service/soap?wsdl
Full request/response:
<?xml version="1.0" encoding="http://www.w3.org/2003/05/soap-envelope"
standalone="no"?>
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Body>
<login xmlns="urn:cisco:cup:presence:soap" force='1'>
<username>axltest</username>
<password>axltest</password>
</login>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-ENC="http://www.w3.org/2003/05/soap-encoding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cup="urn:cisco:cup:presence:soap">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<SOAP-ENV:Code>
<SOAP-ENV

alue>SOAP-ENV:Sender</SOAP-ENV

alue>
</SOAP-ENV:Code>
<SOAP-ENV:Reason>
<SOAP-ENV:Text>Failed to login user</SOAP-ENV:Text>
</SOAP-ENV:Reason>
<SOAP-ENV

etail>
<description xmlns="urn:cisco:cup:presence:soap">
<code>114</code>
<message>Failed to login user</message>
<fix>Ensure the login data is valid</fix>
</description>
</SOAP-ENV

etail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Check if the application user is assigned to the right group from the CUP administration GUI which I think you have, I dont think there are any special roles for that group.
Per my original post I have tried using both "CUP Super Users" and "Admin 3rd Party API" which of these is correct? In my testing both yielded the same result.
file tail activelog tomcat/logs/epassoap/log4j/*.log
I don't see any activity in these logs when submitting my request, only the the errors in:
admin:file tail activelog epas/trace/esp/sdi/esp00000012.txt
Thanks,
Matt