Re: Call SOAP Web Service only over HTTP

2002-04-12 Thread Scott Nichol
basically having a JavaScript client, not HTML. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 18, 2002 04:56 Subject: Call SOAP Web Service only over HTTP > Hi, > > I've written an Apache SOAP Service and a Ja

Call SOAP Web Service only over HTTP

2002-03-18 Thread Christoph . Hauser
Hi, I've written an Apache SOAP Service and a Java client which calls this service successfully. I'm now looking for HTML examples (clients) that could use this service. Is it possible to call a SOAP Web Service over POST request? I'd be much obliged if someone could send me some example files.