0 Replies Latest reply on Apr 21, 2004 9:57 AM by dhartford

    targetNameSpace

    dhartford

      This is a question more out of ignorance - should the namespace be a URL? This is for use in the jboss-net-xdoclet modules.

      Most examples I've seen have been:

      targetNameSpace="http://localhost:8080/jboss-net/services/mywebservice"


      But when you use something like Lomboz to build webclient stubs from the generated WSDL's, the WSDL uses that namespace for the package names for those webservices.

      Instead would this work better:

      targetNameSpace="com.mycompany.project.mywebservice"


      Is this more generic and better use of namespace?
      -D