> From what I have researched there is no standard way to call > web services from JavaScript. Mozilla has built in support > for it and ie uses the webservice behaviour script component. > It also seems that the ie script component cannot call > services written using access. Is this the case or have I > missed something?
Webservice.htc can call Axis--we're using it just fine. There is a hardcoded namespace problem in it, though, so you can't simply use the Axis auto generated WSDL's. Or... Someone posted to this list (I think) a modified webservice.htc that supposedly fixed this problem (I haven't tried it yet). Joel Shellman