Hello,
On 10/28/2004 11:01 AM, Victor C. wrote:
I'm trying to pass XML file from Site A to Site B for Site B to parse. Site B is maintained by other company, so I only need to worry about sending over the XML file. I've been hinted that fsockopen() can do the job.
You may want to try this HTTP client class that lets you POST arbitrary HTTP request bodies and even comes with an example of how to do that ( test_http_soap.php ):
http://www.phpclasses.org/httpclient
BTW, if you want to compose XML documents for sending you may also want to try this other XML writer class:
http://www.phpclasses.org/xmlwriter
--
Regards, Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php