aspose file tools
The moose likes Web Services and the fly likes weblogic.webservice.TargetInvocationException: Failed to invoke the target Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "weblogic.webservice.TargetInvocationException: Failed to invoke the target" Watch "weblogic.webservice.TargetInvocationException: Failed to invoke the target" New topic
Author

weblogic.webservice.TargetInvocationException: Failed to invoke the target

Har Sri
Greenhorn

Joined: Dec 22, 2007
Posts: 7
We had a webservice which provides 2 API's with name getXXX() and register***(obj1,long) ,
The webservice call is successful , When the client made request on getXXX() . But the client is getting the following exception

Handler weblogic.webservice.core.handler.InvokeHandler threw an exception from its handleRequest method. The exception was:
javax.xml.rpc.JAXRPCException: weblogic.webservice.TargetInvocationException: Failed to invoke the target:[BaseEJBLocalObject] home

when it tried to invoke the method register***(obj1,long). Any inputs will be appreciated.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: weblogic.webservice.TargetInvocationException: Failed to invoke the target
 
Similar Threads
Jax-WS 2.1 can hit the wsdl in the browser but the client cannot find it.
Maximum reqeust length exceeded
null object in result sets
How to call WebService from Java
need help to consume webservice in Java