cancel
Showing results for 
Search instead for 
Did you mean: 

Authentication when Exposing EJB as a webservice

Former Member
0 Kudos

Hello,

can anybody advice me on how to expose a webservice for an ejb on the CE plattform, that requires authentication from the consumer.

In earlier EJB EP7 implementation I had the possiblity to work with the webservice configuration and define it in the security section.

This feature I miss, when I use @webservice annotation?

Thanks in advance.

Regards, Jens

Accepted Solutions (1)

Accepted Solutions (1)

former_member198228
Active Participant
0 Kudos

Hello Jens,

The WS configuration is now moved to the netweaver administrator. Once you deploy your EJB as webservice then go to the nwa (http://server:port/nwa). Navigate to Configuration management/infrastructure/Web services configuration. The in the WS configuration search for the webservice you just deployed and set its transport and authentication properties.

Hope that helps

Abdul

Answers (1)

Answers (1)

Former Member
0 Kudos

got it...

if you run into the same problem,here's the solution

go to nwa --> configuration management --> infrastructure and then to the

webservice configuration section...

the rest is straight forward.

best regards, Jens