cancel
Showing results for 
Search instead for 
Did you mean: 

User Mapping error

Former Member
0 Kudos

I am trying to use the IUserMappingData.enrich(map) command in a J2EE servlet and the compiler is generating an unexpected error. The error reads "The compilation unit indirectly references the missing type javax.sml.soap.SOAPMessage". Do I need to add a library, etc or something else to fix this?

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Eric,

you have to have \usr\sap\J2E\JC00\j2ee\cluster\server0\bin\ext\webservices_lib\saaj-api.jar within your build path and correspondingly a reference to the library webservices_lib for the runtime.

Hope it helps

Detlev

Answers (1)

Answers (1)

Former Member
0 Kudos

That was it. All I needed was the name of the jar file to use. Thanks a lot!