Re: How To Invoke a Soap Request from a browser?

2001-10-03 Thread Ong Boon Pang
Hi, Tom Myers and Christian BERNARD. Thanks a lot for your reply. I will surely look into both of your suggestion. Cheers, Boon Pang At 07:28 AM 10/3/2001 -0400, you wrote: >At 11:27 AM 10/3/2001 +0800, Ong Boon Pang wrote: > >Hi, > >... > >I have always tried to keep the browser programming in

Re: How To Invoke a Soap Request from a browser?

2001-10-03 Thread Tom Myers
At 11:27 AM 10/3/2001 +0800, Ong Boon Pang wrote: >Hi, >... >I have always tried to keep the browser programming in Javascript/JScript >as simple as possible with only FORM POST/GET... >... > >Like passing parameters from a browser to a servlet/jsp etc. >I read the links...All I have found close i

RE: How To Invoke a Soap Request from a browser?

2001-10-03 Thread Christian Bernard
From: Ong Boon Pang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 03, 2001 5:28 AM To: [EMAIL PROTECTED] Subject: Re: How To Invoke a Soap Request from a browser? Hi, Thks to all that shown how wrong I am. I suppose I myself looking at SOAP from an incorrect angle, or misunderstood what Na

Re: How To Invoke a Soap Request from a browser?

2001-10-02 Thread Ong Boon Pang
Hi, Thks to all that shown how wrong I am. I suppose I myself looking at SOAP from an incorrect angle, or misunderstood what Nagaraja Rao asked. Sorry. I have always tried to keep the browser programming in Javascript/JScript as simple as possible with only FORM POST/GET... Christian BERNARD gr

RE: How To Invoke a Soap Request from a browser?

2001-10-02 Thread Anne Thomas Manes
Idoox provides a JavaScript SOAP implementation that enables you to invoke a SOAP request from a browser. The JavaScript support is included in WASP Lite. You can download it from http://www.idoox.com/download.html.   Regards, Anne Thomas Manes CTO, Idoox -Original Message-From:

RE: How To Invoke a Soap Request from a browser?

2001-10-02 Thread Christian Bernard
Hi Nagaraja, You can use the Microsoft WebService behavior (http://msdn.microsoft.com/library/default.asp?url=/workshop/author/webservice/using.asp) with Apache SOAP. The only thing you need to do is to replace the line in the example with a line which should be something like that : servic

Re: How To Invoke a Soap Request from a browser?

2001-10-02 Thread Richard Bourland
This can be done in the browser. Search for a javascript client in the link before. I got it to work not too long ago. There are other ways to implement a solution from the browser. Like passing parameters from a browser to a servlet/jsp etc. http://marc.theaimsgroup.com/?l=soap-user&r=1&w=2

Re: How To Invoke a Soap Request from a browser?

2001-10-02 Thread Ong Boon Pang
Hi, I suppose you are looking at SOAP from an incorrect angle, it is not meant for browser-server communication directly. SOAP is not performing like Servlets/JSP, PHP or ASP. It does not work with Web Browser FORM-POST or URL GET only with purely HTML TAG. It require some form of client progr