cannot invoke a java object in a different project [message #515288] |
Thu, 18 February 2010 06:14  |
Eclipse User |
|
|
|
I am using Eclipse Platform
Version: 3.4.1
Build id: M20080911-1700
I created a webservice from my project and the java impl. calls another java object in a different project. When i invoke the operation, i always get a "Invocation Target Exception" . Any help in diagnosing the issue is appreciated.
This is the top of the stack trace.
************** Exception Text **************
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Web.Services.Protocols.SoapException: java.lang.reflect.InvocationTargetException
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadRes ponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke( String methodName, Object[] parameters)
at OrderBusService.sayHelloExternal(String s)
|
|
|
Re: cannot invoke a java object in a different project [message #515334 is a reply to message #515288] |
Thu, 18 February 2010 09:05  |
Eclipse User |
|
|
|
Originally posted by: richkulp.us.NO_SPAM.ibm.com
Hi,
You need to find out what the read exception in
SoapHttpClientProtocol.ReadResponse. This exception is only a wrapper of
the real exception.
> ************** Exception Text **************
> System.Reflection.TargetInvocationException: Exception has been thrown
> by the target of an invocation. --->
> System.Web.Services.Protocols.SoapException:
> java.lang.reflect.InvocationTargetException
> at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadRes
> ponse(SoapClientMessage message, WebResponse response, Stream
> responseStream, Boolean asyncCall)
> at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(
> String methodName, Object[] parameters)
> at OrderBusService.sayHelloExternal(String s)
--
Thanks,
Rich Kulp
|
|
|
Powered by
FUDForum. Page generated in 0.08020 seconds