Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » cannot invoke a java object in a different project (cannot invoke a java object in a different project - Eclipse Platform)
cannot invoke a java object in a different project [message #515288] Thu, 18 February 2010 11:14 Go to next message
Sundar  is currently offline Sundar Friend
Messages: 1
Registered: February 2010
Junior Member
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 14:05 Go to previous message
Eclipse UserFriend
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
Previous Topic:SWT TableColumn.pack doesn't make columns wider
Next Topic:Taskmarkers
Goto Forum:
  


Current Time: Wed Apr 24 17:29:13 GMT 2024

Powered by FUDForum. Page generated in 0.03106 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top