Community
Participate
Working Groups
Build Identifier: M20100929-0800 When generating stub or client from wsdl, exception is thrown: IWAB0506E Error when copying Axis jar files to web project java.io.FileNotFoundException: /lib/saaj.jar This is caused because I had two version of this lib: javax.xml.soap_1.3.0.v201005080502.jar javax.xml.soap_1.2.0.v201005080501 (folder with /lib/saaj.jar inside) Because the 1.3.0 jar is used, eclipse couldn't find the saaj.jar library and then couldn't load it to generate class stubs. To fix it I manually deleted the javax.xml.soap_1.3.0.v201005080502.jar file, then restart with -clean flag. More info here: http://www.techinfopad.com/spring/100801072-sts-230-bug-create-axis-soap-web-service.html Reproducible: Always Steps to Reproduce: 1. Install WTP 2. Right click on a WSDL file, then Web Services > Generate Java Bean Skeleton 3. On the wizard, press Next, Next
Is this WTP 3.2.2 ? In the driver, I only see javax.xml.soap_1.2.0
Hi Sylvain....can you please confirm which version of WTP you are using?
sorry, yes I confirm this is the version 3.2.2 (20100810)
It is conflicting with another helios official module (probably Axis Tools)