cancel
Showing results for 
Search instead for 
Did you mean: 

which user authorisation should be given to thrid party in WS scenerio

former_member190284
Participant
0 Kudos

Hi Experts

I have a scenerio wherein the 3rd pary sytem in the sender side is consuming the WS being exposed by SAP PI

For that they need creds for consuming that ws so which authorisation should I give to that creds?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Nunu,

Service user roles should be fine

Regards,

Sriram

Former Member
0 Kudos

SAP_XI_APPL_SERV_USER should suffice

troy_cronin2
Active Contributor
0 Kudos

Hi Nuni

I agree with Siriam's observation.

Integration with Third-Party Systems Using Web Services (WSD)

https://help.sap.com/saphelp_pco23/helpdata/en/8a/045367047549b6812c0b7a3f000e0c/content.htm

Kind Regards

Troy Cronin - Enterprise Portal Support Engineer

Follow

former_member190284
Participant
0 Kudos

Hi Sriram

I have given the role as you have suggested but while testing with the SoapUi I am geeting the following info

<!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   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>

wheras I am using my creads in the soapUi it's giving the correct info

what should i do now?

Former Member
0 Kudos

Hi Nunu,

I can see  401   Unauthorized in the error log. Can you check if the user is not locked and the correct credentials are being used?

Regards,

Sriram

former_member190284
Participant
0 Kudos

Hi Sriram

I have again created the user and is now it's working

Thanks aa lot!!

I am thereby closing this thread

Former Member
0 Kudos

THanks Nunu. The thread still seems open. Please mark the query as answered and the correct/helpful answer and close the thread.

Regards,

Sriram

Answers (1)

Answers (1)

former_member182412
Active Contributor
0 Kudos

Hi Nunu,

We also included this role SAP_BC_WEBSERVICE_PI_CFG_SRV, is it working only with this role SAP_XI_APPL_SERV_USER only?

Regards,

Praveen.

former_member190284
Participant
0 Kudos

ya praveen with SAP_XI_APPL_SERV_USER it's working

I have tested with SoapUi