cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice

Former Member
0 Kudos

How to create a webservice on SAP Web AS without user authentication ?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Manish,

You can make websrvice by exposing your any Java class as a webservice or by exposing your any EJB as a webservice. So, after creating this webservice You can configure the authentication level as you want.

Regards,

Bhavik

Former Member
0 Kudos

Manish,

After you create the web service, you could change the authentication level of the web service. In case you are using ABAP version 6.40, then you could do this in transaction se80.

Select the web service you created.

On the right side, under Variants tab, double-click on the Variant. This will bring up security settings on the right side.

Select 'Authentication'.

Select 'Authentication level' NONE.

Remember to use the same security level from the proxy class of this web service.

Regards

Benolin

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

ABAP or Java Webservice?

If ABAP - what release 620 or 640?

The answer to your question varies greatly depending upon the answers to my questions.