cancel
Showing results for 
Search instead for 
Did you mean: 

Soap testing Using Soap UI ?

Former Member
0 Kudos

Hi,

I am trying to do testing in SOAP Ui . I am getting response error.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Error Report</title> <style> td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;} A:link {color : #0059AA;} A:visited {color : #999999;} A:active {color : #999999;} </style> </head> <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75"> <tr bgcolor="#FFFFFF"> <td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="4" color="#666666"><b> 401& nbsp; Unauthorized</b></font></td> </tr> <tr bgcolor="#3F73A3"> <td height="23" width="84"><img width=1 height=1 border=0 alt=""></td> <td height="23"><img width=1 height=1 border=0 alt=""></td> <td align="right" height="23"><font face="Arial, Verdana, Helvetica" size="2" color="#FFFFFF"><b>SAP NetWeaver Application Server </b></font></td> </tr> <tr bgcolor="#9DCDFD"> <td height="4" colspan="3"><img width=1 height=1 border=0 alt=""></td> </tr> </table> <br><br><br><br><br><br> <p><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><b> Error: Unauthorized</b></font></p> <p><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><b> <a href="https://wiki.sdn.sap.com/wiki/x/wIN3Cw">SAP Technology Troubleshooting Guide</a></b></font></p> <p><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><table> <tr> <td valign="top"><b> Details:</b></td> <td valign="top"><PRE>No details available.</PRE></td> </tr> </table></font></p> </body> </html>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
/// 401& nbsp; Unauthorized   

you are getting authorization error. did you provide user name and password while testing in soap ui?

try to open the target url in browser and give user and password to verify if you are using the correct credentials..