cancel
Showing results for 
Search instead for 
Did you mean: 

Code sample

0 Kudos

Hi,

I downloaded the ZIP source for the sample "Email Web Service (6)" from SDN location: https://www.sdn.sap.com/sdn/developerareas/webdynpro.sdn?page=TutWD6_EmailWebService.htm

After Rebuilding Project i get error message:

Missing required library: 'C:Program Files/SAP/JDT/eclipse/plugins/com.sap.tc.ap/comp/SAP_JTECHS/DCs/sap.com/webservices/_comp/gen/default/public/default/lib/java/jaxm.jar'.

I am using SAP NetWeaver Developer Studio

Version: 2.0.7

Build id: 200408200127

Any sugestions?

Regards

Kamil

Accepted Solutions (0)

Answers (1)

Answers (1)

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo Kamil,

the downloadable Email Web Service project file is based on the Sneak Preview version of the SAP Web AS.

For fixing your problem just open the Web Dynpro project properties (last context menue item 'Properties' of project root node in Web Dynpro explorer), select the entry 'Java Build Path' and change the library entry from

SAP_SYSTEM_ADD_LIBS/comp/SAP_JTECHS/DCs/sap.com/webservices/_comp/gen/default/public/default/lib/java/jaxm.jar

to

SAP_SYSTEM_ADD_LIBS/comp/SAP_JTECHS/DCs/sap.com/webservices/_comp/gen/default/public/default/lib/java/jaxm-api.jar

Afterwards the sample aplication should compile and run.

Greetings, Bertram

0 Kudos

Hi Bertram,

it works perfectly!!!

Thanx

Kamil