|
Posted by Jerry Swanson on 10/09/22 11:11
It is SOAP. I read tutorial on w3 website. Have one more question:
The data that is exchange in SOAP protocol is encrypted or not?
Thanks
On Mon, 21 Mar 2005 17:32:59 -0800 (PST), Richard Lynch <ceo@l-i-e.com> wrote:
> On Fri, March 18, 2005 11:14 am, Jerry Swanson said:
> > I create XML file, how to pass the XML file to another server through
> > HTTP?
>
> Let's try it this way:
> What's the other server?
>
> Did you read their FAQ and their documentation?
>
> Here are functions that, depending on what you read on the other server,
> may be helpful:
>
> http://php.net/file (GET)
> http://php.net/fsockopen (POST)
> http://php.net/curl (SSL)
>
> The (WORD) indicates which function you would use, at a minimum, if you
> find that word in the other server's documentation.
>
> Note that in each case, you *could* use the next function down in my list,
> if you wanted to do it the hard way. :-)
>
> YMMV. NAIAA.
>
> --
> Like Music?
> http://l-i-e.com/artists.htm
>
>
[Back to original message]
|