cancel
Showing results for 
Search instead for 
Did you mean: 

User mapping : missing type javax.xml.soap.SOAPMessage

Former Member
0 Kudos

Hi Gurus,

I've written some code to retrieve user mapping data :

IUserMappingData userMappingData = UMFactory.getUserMapping().getUserMappingData(systemObject,iuser);
Map map = new HashMap();
userMappingData.enrich(map);
username = (String) map.get("user");

I got an error in NWDS :

This compilation unit indirectly references the missing type javax.xml.soap.SOAPMessage (typically some required class file is referencing a type outside the classpath).

Any idea?

Note : using NWDS 7.0.16 with jdk 1.4.2_19 and EP 7 SP 16

Accepted Solutions (1)

Accepted Solutions (1)

former_member192434
Active Contributor
0 Kudos

Hi

Did you try to add SOAP jar file in the Java build path as well as lib folder of you application ?

for more details check these thread

/message/1730500#1730500 [original link is broken]

/thread/38400 [original link is broken]

Thanks

Former Member
0 Kudos

I've added the jar and now everything works fine. Thank you!

Pierre

Answers (0)