> 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 a server, so

You might want to look into SOAP.  It sounds like it will fit
your needs very well.  PEAR has a SOAP implementation that's
still in testing and there is a class out there called NuSOAP
that's supposedly very good.  I just started toying around with
it recently and it seems to work very well.

Chris

Reply via email to