Re: [PHP] receiving XML stream as server via PHP

2003-01-02 Thread Chris Boget
> Can you email me the URL to NuSOAP and the PEAR SOAP pages? I don't know much at all about the PEAR SOAP because it is still in testing. As for NuSOAP, I've just started using it myself and it seems to work well for what I've written so far. You can find NuSOAP here: http://dietrich.ganx4.com

Re: [PHP] receiving XML stream as server via PHP

2003-01-02 Thread Kristopher Yates
Hi Chris, Long time no talk to! Hope you had a good new year. Thanks for the info. My development is basically similar to SOAP and XML-RPC like that used for RSS. I'll probably get more into it [SOAP] when they [PEAR gurus] get past the beta testing stage. I am happy with what I have to w

Re: [PHP] receiving XML stream as server via PHP

2003-01-02 Thread Kristopher Yates
thy Hitchens (HiTCHO) [EMAIL PROTECTED] HiTCHO | Open Platform Web Development Consutling - Outsourcing - Training - Support - Original Message - From: "Kristopher Yates" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 01, 2003 7:20 AM Subject: [P

Re: [PHP] receiving XML stream as server via PHP

2003-01-02 Thread Kristopher Yates
Hi, I thought there was only one XML standard (1.0)? I guess my question should have been, when someone commits an HTTP POST sending me raw xml data to my PHP script, I imagine PHP would store it in some global variable. What variable is that? Thanks, Kris Jimmy Brake wrote: depends on whic

RE: [PHP] receiving XML stream as server via PHP

2002-12-31 Thread Boget, Chris
> Using PHP with cURL, I am currently able to dynamically > create XML documents and HTTP POST to a remote server, > receive an XML response, and parse XML as needed. > What I am having trouble finding information on is doing > the reverse. Basically, I am trying to create a PHP script > that a

Re: [PHP] receiving XML stream as server via PHP

2002-12-31 Thread Timothy Hitchens \(HiTCHO\)
Consutling - Outsourcing - Training - Support - Original Message - From: "Kristopher Yates" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 01, 2003 7:20 AM Subject: [PHP] receiving XML stream as server via PHP > Hi, > > Using PHP with

Re: [PHP] receiving XML stream as server via PHP

2002-12-31 Thread Timothy Hitchens \(HiTCHO\)
sday, January 01, 2003 7:20 AM Subject: [PHP] receiving XML stream as server via PHP > Hi, > > Using PHP with cURL, I am currently able to dynamically create XML > documents and HTTP POST to a remote server, receive an XML response, and > parse XML as needed. > > What I am hav

[PHP] receiving XML stream as server via PHP

2002-12-31 Thread Kristopher Yates
Hi, Using PHP with cURL, I am currently able to dynamically create XML documents and HTTP POST to a remote server, receive an XML response, and parse XML as needed. What I am having trouble finding information on is doing the reverse. Basically, I am trying to create a PHP script that acts as