Failed to load weblogic client internal deployment descriptor. java.io.IOException.
Failed to load weblogic client internal deployment
descriptor. java.io.IOException.
If you are getting above error while making web service call
in your java code. The cause might be with missing classes in your project path.
In my case, I am trying to make web service call through
java class and I got the above issue. To fix the issue, I have added wseeclient.jar
to the project class path.
I am using IDE JDeveloper to run my main java class. And this
jar will be present in below path in my case.
C:\Oracle\Middleware\wlserver_10.3\server\lib
Comments
Post a Comment