• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem in implementing web services for EJB as endpoint

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.
 
Kartik Patel
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry boss I got the solution .....:-)
The jar was older...I haven't deployed the new one

Thanks Buddy....

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic