Hi, Everybody
I want to use the client's javascript to call the function of web service.
How can I do that?
Karsten Strobel - 19 Aug 2004 08:33 GMT
Use wsdl.exe to generate code for a proxy assembly. You can use the
/language:JS option to specify that you want to create jscript source code.
> Hi, Everybody
> I want to use the client's javascript to call the function of web service.
> How can I do that?
bruce barker - 19 Aug 2004 17:49 GMT
mozilla and netscape support SOAP (webservice) calls from client script. IE
will if you install the web behavior, but I'm not sure if the behavior will
run after xp-sp2 is installed. You can also call websevices from flash.
-- bruce (sqlwork.com)
> Hi, Everybody
> I want to use the client's javascript to call the function of web service.
> How can I do that?