cancel
Showing results for 
Search instead for 
Did you mean: 

XI SOAP Adapter: Protect by user/password?

Former Member
0 Kudos

Hi!

I want to protect a soap-adapter by user/password. But let me explain it:

According to SAP-Note 856597, one can specify a SOAP-sender-Adapter with this URL:

http://host:port /XISOAPAdapter/MessageServlet?channel=p:s:c

Now I have 2 Adapters configured:

http://host:port /XISOAPAdapter/MessageServlet?channel=:Service1:soapsender

http://host:port /XISOAPAdapter/MessageServlet?channel=:Service2:soapsender

and I have also 2 User-Accounts:

Soap1 and Soap2

I want to specify, that Adapter 1 ( http://host:port /XISOAPAdapter/MessageServlet?channel=:Service1:soapsender) can only be called by User Soap1 and Adapter2 can only be called by User Soap2.

Currently this 2 Accounds do have the same rights within Abap-Part (SU01) so each user-account can call each adapter.

Is there a possibility to limit the access to these adapters as I want it?

Thanks

Regards

Rene

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Rene,

Did you try the Assigned user tab in Business Service and/or Sender Agreement.

Regards,

Jai Shankar

Former Member
0 Kudos

Hi Jai,

I had put a condition on user in BS as well as Sender Agreement (an invalid User Name).

Still the message was getting processed.

What can be the reason behind this ?

Regards

Pushkar

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Jai Shankar, this worked great!