MX Web Services with JavaScript

2005-08-10 Thread Jim Davis
This is a little desperate (I've scoured Google with no luck) but I'd really like a JavaScript solution to consuming MX web services in IE 6.x. I've tried the webservice.htc behavior which works WONDERFULLY with most services but can't seem to deal at all with MX services (versions 6 or 7).

Re: MX Web Services with JavaScript

2005-08-10 Thread Rob
It's a neuromancer day :) http://www.robrohan.com/projects/neuromancer Reads a wsdl file, creates a local javascript object, then when you invoke methods on the javascript object it proxys those back to the web service. On 8/10/05, Jim Davis [EMAIL PROTECTED] wrote: This is a little desperate

Re: MX Web Services with JavaScript

2005-08-10 Thread Rob
Its a bit hard to see, but this is how the libraries work: http://www.youtube.com/watch.php?v=WDZbFXKoXLA On 8/10/05, Rob [EMAIL PROTECTED] wrote: It's a neuromancer day :) http://www.robrohan.com/projects/neuromancer Reads a wsdl file, creates a local javascript object, then when you