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
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
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,
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 [] {