I'm not sure what JavaScrtiot is, but JScript is the scripting language
supported by Infopath. :) Your best bet would be to install the .net
toolkit for infopath (do a search for the executable) and worked with
managed code (c# or vb.net) instead of jScript. Then, just set up your
web reference, include the reference as a 'using' or #include, and
create the object:
MyWebService mws = new MyWebService();
returnValue = mws.WebMethodName()
A.M - 19 Jul 2005 02:59 GMT
Hi Brisk,
Sorry about the typo. I use terminal services through a low speed connection
and sometimes I don't see what I type!
On the main topic, The problem is I cannot use VS.NET because we don't want
to install VS.NET on all support team computers.
Can I use JScript to re-configure DataAdapters?
Thank you for help,
Alan
> I'm not sure what JavaScrtiot is, but JScript is the scripting language
> supported by Infopath. :) Your best bet would be to install the .net
[quoted text clipped - 5 lines]
> MyWebService mws = new MyWebService();
> returnValue = mws.WebMethodName()