• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

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


reply
    Bookmark Topic Watch Topic
  • New Topic