Re: [PHP] XML HTTP

2005-03-22 Thread Jerry Swanson
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 [EMAIL PROTECTED] wrote: On Fri, March 18, 2005 11:14 am, Jerry Swanson said: I create XML file,

Re: [PHP] XML HTTP

2005-03-21 Thread Jerry Swanson
I need to use SOAP and I use PHP 5. Do I need to compile PHP with some option? Thanks On Fri, 18 Mar 2005 16:03:20 -0500, Jason Barnett [EMAIL PROTECTED] wrote: Chris Shiflett wrote: Jerry Swanson wrote: I generated XML file. I need to send the file to another server not through FTP

RE: [PHP] XML HTTP

2005-03-21 Thread Jay Blanchard
[snip] I need to use SOAP and I use PHP 5. Do I need to compile PHP with some option? [/snip] Probably. Have you RTFM on the subject? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] XML HTTP

2005-03-21 Thread Richard Lynch
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

[PHP] XML HTTP

2005-03-18 Thread Jerry Swanson
I create XML file, how to pass the XML file to another server through HTTP? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] XML HTTP

2005-03-18 Thread Chris Shiflett
Jerry Swanson wrote: I create XML file, how to pass the XML file to another server through HTTP? This is similar to asking how to ship a package, only there are even more options. :-) What is the other server's API? How are they expecting to be sent the XML file? HTTP can practically be

Re: [PHP] XML HTTP

2005-03-18 Thread Jerry Swanson
I generated XML file. I need to send the file to another server not through FTP but though HTTP. On Fri, 18 Mar 2005 14:17:28 -0500, Chris Shiflett [EMAIL PROTECTED] wrote: Jerry Swanson wrote: I create XML file, how to pass the XML file to another server through HTTP? This is similar to

Re: [PHP] XML HTTP

2005-03-18 Thread Chris Shiflett
Jerry Swanson wrote: I generated XML file. I need to send the file to another server not through FTP but though HTTP. Yes, I gathered that, but you're not telling us how you're supposed to send it. For example, when Google first provided their web API, they didn't say, just send us an XML

Re: [PHP] XML HTTP

2005-03-18 Thread Jason Barnett
Chris Shiflett wrote: Jerry Swanson wrote: I generated XML file. I need to send the file to another server not through FTP but though HTTP. Yes, I gathered that, but you're not telling us how you're supposed to send it. For example, when Google first provided their web API, they didn't

Re: [PHP] XML HTTP

2005-03-18 Thread Forest Liu
I suppose Jerry was talking about the possibilities, just like the ways you listed. And, perhaps Jerry have his own two servers, and wanna build a whole system in which the servers communicate with ach other via xml doc. In this case, I think SOAP is a better way for Jerry. On Fri, 18 Mar 2005

[PHP] Re: [php-xml] Http Request

2002-01-08 Thread Manuel Lemos
Hello, Sandeep Murphy wrote: Hi, Can anyone tellme how I can do a http request to a servlet from a PHP?? I mean, I have a username and password which I want to send in a string(variable) to a Servlet which authentifies it and responses back in XML format... any suggestions?? This