You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Ch...@risk.sungard.com on 2002/03/18 09:56:22 UTC

Call SOAP Web Service only over HTTP

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.

Thanks for your help.

Chris



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.


**********************************************************************


Re: Call SOAP Web Service only over HTTP

Posted by Scott Nichol <sc...@yahoo.com>.
You cannot call a SOAP service using a regular POST from an HTML page.  Such a post will send the
values of fields on the form in url-encoded format.

Of course, with IE you can have JavaScript that is fired for the post that will create the SOAP
message as XML and send it, but this is basically having a JavaScript client, not HTML.

Scott Nichol
----- Original Message -----
From: <Ch...@risk.sungard.com>
To: <so...@xml.apache.org>
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 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.
>
> Thanks for your help.
>
> Chris
>
>
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
>
> This footnote also confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses.
>
>
> **********************************************************************


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


Re: Call SOAP Web Service only over HTTP

Posted by Scott Nichol <sc...@yahoo.com>.
You cannot call a SOAP service using a regular POST from an HTML page.  Such a post will send the
values of fields on the form in url-encoded format.

Of course, with IE you can have JavaScript that is fired for the post that will create the SOAP
message as XML and send it, but this is basically having a JavaScript client, not HTML.

Scott Nichol
----- Original Message -----
From: <Ch...@risk.sungard.com>
To: <so...@xml.apache.org>
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 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.
>
> Thanks for your help.
>
> Chris
>
>
>
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
>
> This footnote also confirms that this email message has been swept by
> MIMEsweeper for the presence of computer viruses.
>
>
> **********************************************************************


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com