You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Glen Mazza (JIRA)" <ji...@apache.org> on 2008/04/22 21:49:29 UTC

[jira] Created: (CXF-1542) jaxws:endpoint's wsdllocation wrongfully(?) defaults to wsdl/hello_world.wsdl

jaxws:endpoint's wsdllocation wrongfully(?) defaults to wsdl/hello_world.wsdl
-----------------------------------------------------------------------------

                 Key: CXF-1542
                 URL: https://issues.apache.org/jira/browse/CXF-1542
             Project: CXF
          Issue Type: Improvement
    Affects Versions: 2.0.5
         Environment: non-embedded Jetty servlet container 
            Reporter: Glen Mazza
            Priority: Minor


If the wsdlLocation as defined here[1] for the jaxws endpoint is not provided, it defaults to "wsdl\hello-world.wsdl".  That seems strange--I think it should default to NULL, with an error message indicating wsdllocation not given (if the location is required).

(Still unsure under what circumstances wsdllocation is required, I don't think I should need to specify it if it is in the WEB-INF/wsdl folder, but Jetty seems to require it even though Tomcat doesn't.)

    <jaxws:endpoint 
      id="myWS" 
      implementor="com.mycompany.myws.GlensWebService"
      address="/myAddress">
    </jaxws:endpoint>

[1] http://cwiki.apache.org/CXF20DOC/jax-ws-configuration.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CXF-1542) jaxws:endpoint's wsdllocation wrongfully(?) defaults to wsdl/hello_world.wsdl

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Mazza closed CXF-1542.
---------------------------

    Resolution: Invalid

Never mind...embarrassing EBKAC error (I set it to hello_world as a @WebServiceProvider attribute in the SEI implementation class.)

> jaxws:endpoint's wsdllocation wrongfully(?) defaults to wsdl/hello_world.wsdl
> -----------------------------------------------------------------------------
>
>                 Key: CXF-1542
>                 URL: https://issues.apache.org/jira/browse/CXF-1542
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.0.5
>         Environment: non-embedded Jetty servlet container 
>            Reporter: Glen Mazza
>            Priority: Minor
>
> If the wsdlLocation as defined here[1] for the jaxws endpoint is not provided, it defaults to "wsdl\hello-world.wsdl".  That seems strange--I think it should default to NULL, with an error message indicating wsdllocation not given (if the location is required).
> (Still unsure under what circumstances wsdllocation is required, I don't think I should need to specify it if it is in the WEB-INF/wsdl folder, but Jetty seems to require it even though Tomcat doesn't.)
>     <jaxws:endpoint 
>       id="myWS" 
>       implementor="com.mycompany.myws.GlensWebService"
>       address="/myAddress">
>     </jaxws:endpoint>
> [1] http://cwiki.apache.org/CXF20DOC/jax-ws-configuration.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.