Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Securing Remote enabled Function module?

Former Member
0 Kudos
412

I have serveral function modules that I've made "remote enabled" which allows me to use them in my .NET application as a web service. I'm just curious how to make this a secure connection when it's called besides just setting it up as HTTPS.

Anyone have any experience with this? The way I use this as a web service is I use the following URL in my .NET application which picks up the XML document for the required inputs.

http://<server>/sap/bc/soap/wsdl/?services=<service name / FM name>&sap-client=<client>

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
360

Anyone every had to do this before?

2 REPLIES 2
Read only

Former Member
0 Kudos
361

Anyone every had to do this before?

Read only

0 Kudos
360

Hi,

as far as i know, you can choose the authentification method of your webservice in the "Provicer Security"-Tab in Transaction SOAMANAGER (select "Business Administration"->"Web Service Administration" ... ). You can choose between

- no authentication

- User ID / Password

- X.509 Certificate

- Logon Ticket

At least, you should choose User ID / Password, which is the SAP-Username/Password.

Good luck!

Rudi