views:

14

answers:

0

Hi

I am using netbeans 6.9.1 with Glassfish 2.1 locally installed. I have Maven Web project which has one web service with it. When I compile and run the application everything goes well. I can access the web service page but when I try open the web service wsdl url I get HTTP Status 404, resource not available...

I tried to generate the wsdl before deploying the war and the wsgen succesfully generates the wsdl but still I get the same message when trying to access the wsdl from url.

What am I doing wrong ?

The web.xml has following web-app attributes: version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd

I am using this web application with HTTPS, could this have something to do with this problem? But I removed security-constaints and still it did not work...