Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

web service error

i am trying to make web service but i am getting this error

IWAB0506E Error when copying Axis jar files to web project
    java.io.FileNotFoundException: /lib/saaj.jar
    at 
like image 250
p27 Avatar asked Apr 20 '11 13:04

p27


1 Answers

Looks like a bug in eclipse WTP - you're not alone.

Following this other thread, you be lucky with deleting (moving/renaming) one library:

javax.xml.soap_1.3.0.v200904281458.jar

Or try to upgrade your environment to the latest and greatest.

like image 147
Andreas Dolk Avatar answered Oct 20 '22 00:10

Andreas Dolk