RE: javascript SOAP clients

2002-05-23 Thread Heitzso
return true; } On Tue, 2002-05-21 at 09:37, Newman, Scott wrote: > How exactly? Using WASP? Just curious. :) > > Scott > > -Original Message----- > From: Heitzso [mailto:[EMAIL PROTECTED]] > Sent: 21 May, 2002 7:35 AM > To: [EMAIL PROTECTED] > Subjec

RE: javascript SOAP clients

2002-05-21 Thread Newman, Scott
How exactly? Using WASP? Just curious. :) Scott -Original Message- From: Heitzso [mailto:[EMAIL PROTECTED]] Sent: 21 May, 2002 7:35 AM To: [EMAIL PROTECTED] Subject: Re: javascript SOAP clients I managed to do this with mozilla-javascript last night. > - Original Mess

Re: javascript SOAP clients

2002-05-21 Thread Heitzso
I managed to do this with mozilla-javascript last night. > - Original Message - > From: "robert woodley" <[EMAIL PROTECTED]> > > > Dear All - > > > > I need to write a AXIS SOAP client in javascript. Has > > anybody had any success doing this? Are there toolkits > > to do this? Any insi

Re: javascript SOAP clients

2002-05-21 Thread dev
You can have a look at: http://www.systinet.com/eap/jsstack/ " Systinet WASP JavaScript SOAP Client enables Web Service scripting using JavaScript. JavaScript serves as a powerful scripting language for flexible Web Service automation. WASP JavaScript SOAP Client may be used directly in a brow

Re: javascript SOAP clients

2002-05-20 Thread Ronald Hütter
You may want to try WASP. I believe its what you're looking for. Regards, Ronald Huetter - Original Message - From: "robert woodley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, 20. May 2002 21:43 Subject: javascript SOAP clients > Dear All - > > I need to write a AXIS SOAP

Re: javascript SOAP clients

2002-05-20 Thread Heitzso
If you google search you'll get a couple of options. I'm in the middle of sorting out the first of the following options now, and have not tried the others, so grab the salt shaker ... Current Mozilla supports an extension to javascript to run soap requests against the parent server (obvious sec

Re: javascript SOAP clients

2002-05-20 Thread Andrew Vardeman
Bob, is this client going to be running inside a web browser? Are you restricting it to IE? Javascript in web browsers isn't allowed to do much, for security reasons. I haven't found a way in Netscape (4.x and earlier) to do a POST of arbitrary data. IE has an extension to allow this, letti