> how is the xml being sent to you from the other place on the internet? is
> it being posted in a form, etc.?

It won't be thru a form.  I guess it'll be a direct send, he'll format
something like...

<request>
   <name>Jack</name>
   <account>239048098324</account>
</request>

... in a string and send it over.

What methods are best suited for something like that?  Would it be
best Side One to open a socket up to Side Two and send it thru that
way?  I'm open to suggestions...

-Dan Joseph

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

Reply via email to