1 Reply Latest reply on Apr 16, 2009 9:56 AM by tajh

    calling a web service from a web page

      Hi

      I'm trying to develop a web page (HTML+Javascript) that calls a JBOSS web service and shows the return value.

      Is this possible? How?

      Thanks
      Jose Luis

        • 1. Re: calling a web service from a web page

          I'm no expert, but that would seem to require that you write a WS client in Javascript... no easy task. You'd be better off writing a servlet or JSP that contains the WS client and then using that to invoke the web service, then present the results in HTML.