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

2001-10-03 Thread Christian Bernard
Hi, No, there is no similar stuff in the Netscape browser. But there is a sub-project in Mozilla (http://www.mozilla.org/xmlextras/) which implements SOAP capacities. Unfortunately, the SOAP part of the XML Extras module is not built by default on the supported platforms, and so it is not

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 is Tom

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

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-userr=1w=2

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

2001-10-02 Thread Christian Bernard
Hi Nagaraja, You can use theMicrosoft 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 :

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: