Re: Invoking via Web Browser

2003-06-13 Thread James Cowan
Anyone got HTC working with Axis? James Cowan >List: axis-user >Subject: Re: Invoking via Web Browser >From: Heitzso >Date: 2002-06-24 14:09:53 >Just saw this post in the archives. I'm trying to invoke web services t>hrough javascript as well. MS's H

Re: Invoking via Web Browser

2002-07-15 Thread Shellman, Joel
Just saw this post in the archives. I'm trying to invoke web services through javascript as well. MS's HTC doesn't work with Axis. I keep getting errors something like 'invalid operation: int'. Has anyone got it working? If so, how? Has anyone gotten a javascript (no COM/ActiveX objects please) c

Re: Invoking via Web Browser

2002-06-24 Thread Heitzso
browser dependent options: mozilla 1.0 using it's javascript/soap implementation WASP plugin for IE MS IE HTC (HTML Component) technology (provides client side soap capability) BTW, anyone familiar with HTC? Heitzso On Mon, 2002-06-24 at 05:03, Ilka wrote: > Hi,

RE: Invoking via Web Browser

2002-06-24 Thread Wimmer, Matthias
Ilka: Just surround the invocation code by any web interface (JSP, Servlet). In the case of JSP, you could call the CalcClient class like that: Sample Application JSP Page <% CalcClient cc = new CalcClient(); String [] args = new String [] {