• 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

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 ??


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