cancel
Showing results for 
Search instead for 
Did you mean: 

Third part Webservice Consumer

Former Member
0 Kudos

Hello guys, how are you doing?

I created a WS via SOAMANAGER that uses a custom BAPI.

It seems working fine. My problem is that this WS must be accessed by an 3rd Part application ( developed in Java ).

When it tries to execute the WS, it got a "401 Unauthorized" error.

There is no way to use a SSO ... We need to provide the user/pwd hard-coded into R/3 environment or something like that!

Can it be done?

Best Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You should be able to use WS-Security.

This indeed requires you to (hard)code a Service-User and Password into the Java application you're using.

A quick search on sdn gave me this page on WS-Security :

http://www.sdn.sap.com/irj/sdn;jsessionid=(J2EE3414700)ID0360898750DB00827155732540955202End?rid=/we...

Former Member
0 Kudos

Hi Jurjen

Tks for yor reply. It solved my problem!

Best regards

Answers (0)