cancel
Showing results for 
Search instead for 
Did you mean: 

WEBSERVICE ERROR

Former Member
0 Kudos

I have a scenario rfc soap webservice...i am importing xsd of wsdl in external definition of request & response,i have an error in message monitoring

SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: [Security:090304]Authentication Failed: User javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User denied

In Moni

SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: [Security:090304]Authentication Failed: User javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User denied

raju_shu: <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>

<SAP1 />

<SAP2 />

<SAP3 />

<SAP4 />

<SAP:AdditionalText>soap fault: [Security:090304]Authentication Failed: User javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User denied</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

But when i tested webservice with altova spy its working fine.Can any please tell me while working with wsdl i need to import wsdl or can i work with xsd.Because in my wsdl there were no xsd it gives reference of the other file...

Any help would be greatly appreciated..

Thanks

ram

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Fromt he error it shows an authentication error. Are you giving the right userId password ?

Regards

vijaya