1 Reply Latest reply on Dec 30, 2008 10:49 AM by oisin

    Getting blank page in tomcat as well as jboss when trying  view wsdl

    durga12

      I just started using Fuse plugins for eclipse . I am New to webservices and CXF.  I am basically trying to  work on webservices using cxf.

      Now I am stuck with a problem, let me explain , I am creating a webservice using cxf plugin for eclipse , using tomcat server.

       

      After creating webservices , if I go to http://localhost:8080/HelloWorld/services , I am able to see my wsdl there , if I click on the link , I am getting black page. can you plz help me to resolve this issue.

       

      Same issue remains for jboss. I followed video tutorial http://fusesource.com/forums/thread.jspa?threadID=331&tstart=0.

       

      Thanks for your help..

        • 1. Re: Getting blank page in tomcat as well as jboss when trying  view wsdl
          oisin

          Hi Venkata,

          When you click on a WSDL, you get an XML document back. Many browsers attempt to interpret that XML document and render it in the browser as if it was a simple web page. The problem is that a WSDL document won't render at all, and you may get a few characters on the page, or even a blank page. If you get the browser to 'show page source' then you should see the WSDL that has come back.

           

          --oh