Tuesday, April 8, 2014

Weblogic Webservice Test client :http://localhost:7001/wls_utc not working

When you test the webservice that you have created in java and deployed on weblogic server in the browser you will get the following error:


Reason: The possible reason could be wlstestclient.ear is not deployed on the weblogic server. So deployed the application on server.

Solution:

  1. Go to the server/lib directory i.e. \Oracle\Middleware\wlserver_10.3\server\lib
  2. In that directory search for wlstestclient.ear.
  3. Deploy this wlstestclient.ear as an application on administration server (or target on to any server).
  4. Now test the client. you will some thing like this : 


No comments:

Post a Comment