cancel
Showing results for 
Search instead for 
Did you mean: 

Service Interface with two operations

Former Member
0 Kudos

Hi everyone;

I have the next doubt, could you please help me. How I can assign a user to only one operation from Service Interface. For example, I have a Service Interface with two operations “Y” and “X”, I need the user only execute the operation “Y”. I appreciate your help.

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Alberto,

In the receiver/interface determination for SOAP sender there is a context object called SRemoteUser, to get this value you need to check Adapter-Specific Message Attributes. Once you have selected it, you can use xPath.

Regards,

Mark

iaki_vila
Active Contributor
0 Kudos

Hi Mark,

Great trick!, i haven't thought in this possibility.

Regards.

Answers (0)