aspose file tools
The moose likes Web Services and the fly likes soap:Server: Error invoking Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply locked New topic
Author

soap:Server: Error invoking

liu fei
Greenhorn

Joined: Nov 28, 2007
Posts: 5
Hi here.
Here is the problem:
I use PHP codes to access java webservices but it return the following error: soap:Server: Error invoking 'webstry.IUserMessageService.getUser()'. Nested exception is java.lang.reflect.InvocationTargetException: null.

The IUserMessageService is the interface of implementation class UserMessageServiceImpl.
The method "getUser" in UserMessageServiceImpl invoke a DAO implementation class UserMessageDAOImpl to operate object persistence and it use Hibernate3.
The server is Resin2 and the webservices framework is XFire.
By the way,the IDE is Myeclipse.
Thanks and sorry for bad english.
[ August 12, 2008: Message edited by: Bear Bibeault ]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56157
    
  13

"sxknight", please check your private messages for an important administrative matter.

And, please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place. Please read this for more information.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: soap:Server: Error invoking
 
Similar Threads
XFire or Hibernate error?
Authenticate and authorise access to webservices
ws migration 6.1 to 8.1
hit webservices with https
SOAP Header Authentication!!!