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 work with as is for now (PHP with cURL for client side scripts and reuse all that code to create server side scripts) but definitely interested in the alternatives.

Can you email me the URL to NuSOAP and the PEAR SOAP pages?
Also, do you (or anyone) have any comparative information on these two methods/classes?
Thanks again Chris. Good to hear from ya.

Kris


Boget, Chris wrote:

> 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




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to