Re: PHP & XML

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dan Joseph wrote:

>> 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

Look at the SOAP functions.  There's a SOAP client & SOAP server.  The
applications use SOAP calls to transfer their XML messages over the
Intenet, typically http/https, but could also use smtp for transport.

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux