cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Adapter authentication

Former Member
0 Kudos

Hi all,

I'm creating interface with Soap adapter , where for first interface Soap is sender and for second one it is Receiver. Client requirement is authentication, means except my User Id no one can send data to there system and vice versa .

What should I do? Already gone through some link, but not understanding properly.

Thanks,

Arthita

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

It's not possible to use SOAP-Adapter without authentification (you can use a tweak to deactivate the whole authentification, but you shouldn't do this)

Please have a closer look to SOAP sender adapter and authentification:

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/03/07/a-closer-look-at-soap-sender-auth...

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/09/20/sender-soap-adapter-https-with-cl...

For the authentifcation you can use a technical user who just has the rights to start or consume the webservice this should work for you.

Regards

Christian

Former Member
0 Kudos

Hi Arthita,

As i understand, you have to create 2 interfaces in which the first interface  makes use of SOAP adapter at sender end and 2nd interface its a receiver end.

Please provide the detail scenario for both interfaces so that i can assist. Also for SOAP sender, your sender system has to call the PI WS URL you provide them and for SOAP Receiver you need to maintain the receiver system URL along with authentication details in the receiver channel

Please refer below links for details:

SOAP Sender:

https://help.sap.com/saphelp_nw73/helpdata/en/48/3555240bea31c3e10000000a42189d/frameset.htm

SOAP Receiver:

https://help.sap.com/saphelp_nw73ehp1/helpdata/en/48/327519a3af58d8e10000000a421937/frameset.htm

Regards,

Sriram

Former Member
0 Kudos

Hi Sriram,

Thanks for your reply!!

My requirement is as below,

1) SOAP to RFC Sync

Sender send data to ECC and need to send a response back.

2) RFC to SOAP async or sync

After the above job is done some Tcode run in ECC and send some data to sender side through SOAP. For this we can go with async also, means can send a response back or not.

So, for both client asking for authentication. how I processed?

Thanks,

Arthita