Getting error when i try to create webservice clients from WSDL in Eclipse

723 views Asked by At

I'm getting below error when i try to create webservice client using WSDL files in Eclipse. I already added required Jars to build path/ but still getting same error. Can someone please let me know what i'm doing wrong.

IWAB0503E Unable to update Java build path. Please check your system environment.
    java.io.FileNotFoundException: /lib/axis.jar

Error image

I added external jars to build path

enter image description here

1

There are 1 answers

2
Alessandro Lacchi On

from the exception you get it seems that you have not put axis.jar in the project lib, try checking the build path configuration for the dependencies and verify that they are present in the project lib. There seems to be a misconfiguration of the project paths.

You can also read in this thread an example of how to create a web service client with Axis on Eclipse: How to create an Axis2 Web Service Client in Eclipse