Wednesday, March 5, 2014

Caused by : java.lang.NoClassDefFoundError: javax.xml.rpc.Service

Exception : java.lang.NoClassDefFoundError: javax.xml.rpc.Service

Reason : This exception occur while calling the webservice proxy client from java application and it is due to the missing of weblogic.jar library.

Workaround :  Add the jar file to the project classpath. you can find this jar file at

%MW_HOME%\wlserver_10.3\server\lib\weblogic.jar

or

you can add the library in jdeveloper like this





No comments:

Post a Comment