• 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

Axis 404 error

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to call a StatelessSessionBean as a web service based on the axis samples.

I can deploy and see the service on the happy axis page. However, when I call from a client app I get a 404 Not Found error. If I call the web service from a browser it works ie http://localhost:7001/axis/services/SimpleBean?method=sayHello

The only difference I can see between the browser and the client is that the browser uses a HTTP GET and the client uses a POST

Any ideas? I'm using axis 1.2RC3

Thanks

Steve
reply
    Bookmark Topic Watch Topic
  • New Topic