Application Development 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: 

WSS Username token on AS ABAP

Former Member
0 Kudos

Daer Security experts,

we are on ECC 6.0 (Netweaver 7.0 SP10 , SAP_ABA: SAPKA70010 and SAP_BASIS:SAPKB70010) with only stack ABAP. We want to implement a web service with username Token security. Is it possible with our release and support packages level? If not from which support packages level is it possible or is it mandatory the java stack?

Have you some documentation to implement it?

Thank you in forward

Cheers

Bob

1 REPLY 1

martin_voros
Active Contributor
0 Kudos

Hi Bob,

it should be working but you can't use digest for your password. So you will have to call it over SSL. Check [this thread|; for more info. You need to set message level authentication for your web service. It's level low or medium.

Cheers