cancel
Showing results for 
Search instead for 
Did you mean: 

Where is AuthenticationDT and AuthenticationEnumsAuthenticationLevel in the NWDI?

Former Member
0 Kudos

Dear all,


I need following classes for use in a service:

com.sap.engine.services.webservices.espbase.configuration.ann.dt.AuthenticationDT resp.

com.sap.engine.services.webservices.espbase.configuration.ann.dt.AuthenticationEnumsAuthenticationLevel


like showed here e.g.: Setting an Authentication Level to the Web Service - Developing Java EE 5 Applications - SAP Library


Two things regarding this:


1.)I cant find any documentation regarding the use, where are appropriate JavDoc's?


2.)Due my local NWDS and class locator plugin these are contained in sap.com*tc*je*webservices*lib*impl.jar, but: what is the right development component in the NWDI to define a dependency?


Thanks,


cheers

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

regarding 2: a colleague of my pointed me to: tc/je/webservices/api, this seems to work well.

But still: I cant find any documentation for this

cheers

Former Member
0 Kudos

another strange remark: as soon Im taking the auth directive in:

like: @AuthenticationDT(authenticationLevel = AuthenticationEnumsAuthenticationLevel.BASIC)

the service is completely destroyed: ws navigate throwing 404, the Service is visible in the NWA, but no WSDL etc are visible

cheers