aspose file tools
The moose likes Web Services and the fly likes Problem in implementing web services for EJB as endpoint Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Problem in implementing web services for EJB as endpoint" Watch "Problem in implementing web services for EJB as endpoint" New topic
Author

Problem in implementing web services for EJB as endpoint

Kartik Patel
Ranch Hand

Joined: Sep 12, 2005
Posts: 73
Hi,
I am new to web services.
I am using JBOSS 3.2.3 with J2SDK1.4.2_03 and eclipse 3.0 as IDE.
I downloaded AXIS 1.3 and used it to make web service.
I tried to make web services with simple java class as endpoint. I took the code example from

http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html?page=1

Now I want to make web service using Stateless session beans as end point.
but using same configuration in JBOSS 3.2.3 gives me following AXISERROR:

Failed to find method for hash:.....

Please Please Please help me to get out the problem as I m stuck with these for a few days.

Are my configuration wrong or is there any problem with the code....I took the code for EJB as endpoint from:

http://www.tusc.com.au/tutorial/html/chap9.html

PLEASE HELP ME


Chop your own wood, and it will warm you twice. - Henry Ford
Balaji Loganathan
author and deputy
Bartender

Joined: Jul 13, 2001
Posts: 3150
Originally posted by Kartik Patel:

Failed to find method for hash:.....

At what point you are gettting this error? please post some more error details if possible.


Spritle Software Blogs
Kartik Patel
Ranch Hand

Joined: Sep 12, 2005
Posts: 73
Sorry boss I got the solution .....:-)
The jar was older...I haven't deployed the new one

Thanks Buddy....

 
 
subject: Problem in implementing web services for EJB as endpoint
 
Threads others viewed
generate AXIS server-config.wsdd ?
Apache Axis
Web Services newbie
set return type as array of integer
New to WebServices - Want to have a head start
developer file tools