Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

JBOSS jaxws web service problem. I could reach wsdl file.

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everybody,

I am using (mobicents/mss-1.5.0.FINAL-jboss-jdk6-5.1.0.GA) .
I wrote jaxws web service and deployed glassfish before.Everything was working fine there.

I try to deploy my web service .war file to JBOSS. I see that my application is deployed successfully from log files.
But when i tried to reach my wsdl file or project. i am getting 404 not found error.

I am getting 404 for all these request :

http://192.168.20.121:8080/PSR_PS/PSR?wsdl
http://192.168.20.121:8080/PSR_PS

Please , any ideas ??


 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic