cancel
Showing results for 
Search instead for 
Did you mean: 

Authentication failed while invoking Web Service

ankit_mishra09
Participant
0 Kudos

Hi All,

I'm trying to use a web service via a UDF (SOAP Lookup). I've taken a FILE sender channel & in the mapping I'm using SOAP lookup & the response is to be taken in another FILE. Now when I try to do this I get the below message in the File.

<?xml version="1.0" encoding="UTF-8"?>

<yq1:com.sap.engine.interfaces.webservices.runtime.ProtocolExceptionExt xmlns:yq1="http://sap-j2ee-engine/client-runtime-error">Authentication failed. For details see log entry logID=C000C68D461A2DA30000000100190172 in security log.</yq1:com.sap.engine.interfaces.webservices.runtime.ProtocolExceptionExt>

View Entire Topic
former_member183908
Active Contributor
0 Kudos

please follow as per above suggestion by consuming webservice using SOAP UI also please check whether your UDF has valid login details

Thanks