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, letting you store 
text in a variable and submit it as the body of a POST.  Even so, I'm not 
sure the script can "listen" for a response--I think it has the effect of 
submitting a form, and the browser handles the response rather than the script.

Are you in an environment where you could do something with JSPs 
instead?  Then you have all that java goodness on the server side and can 
do pretty much anything you want...

Andrew

At 12:43 PM 5/20/2002 -0700, you wrote:
>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 insights would be helpful.
>
>Thank you
>Bob Woodley
>
>__________________________________________________
>Do You Yahoo!?
>LAUNCH - Your Yahoo! Music Experience
>http://launch.yahoo.com



Reply via email to