facebook

Web Service Deployment under Glassfish

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #292433 Reply

    Douglas M Hurst
    Participant

    I’ve performed the tutorial…

    Developing JAX-WS Web Services & Clients with MyEclipse
    A tutorial showing you how to develop JAX-WS web services and web service clients using MyEclipse.

    .. and successfully deployed it under MyEclipse Tomcat 6. When I try to deploy it under Glassfish 2.x, I get an error saying it can’t find the files…

    wsat.wsdl
    wscoor.wsdl

    … in \WEB-INF\wsdl. These two files exist in…

    C:\glassfish\lib\install\applications\wstx-services\WEB-INF\wsdl

    … and when I move them to the WEB-INF\wsdl directory under my project, my application runs successfully, but I get so many errors on the Web Service they can’t be contained by the Console.

    Has anyone successfully deployed this project under Glassfish?

    #292456 Reply

    Loyal Water
    Member

    I haven’t tried running this tutorial with GlassFish but can you paste the errors that you are running into.

    Also, I would suggest you cross post this query on the GlassFish / JAX-WS forums since this seems like some GlassFish / Jax-WS compatibility issue.

    #292468 Reply

    Douglas M Hurst
    Participant

    Problem solved. My application is a web application as is the Web Service (in a manner of speaking). After I got that error about Glassfish not being able to find…

    wsat.wsdl
    wscoor.wsdl

    … I move them to the WEB-INF\wsdl of my web application. What I needed to do was move them to the WEB-INF\wsdl directory of the Web Service. Once I did that, both my web application and the Web Service Client from the tutorial deployed without error on Glassfish.

    #292514 Reply

    Loyal Water
    Member

    This message has not been recovered.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Web Service Deployment under Glassfish

You must be logged in to post in the forum log in