Re: [PHP] What do I need in order to do the following with php.

2004-07-01 Thread - Edwin -
On Thursday 01 July 2004 01:38, 
[EMAIL PROTECTED] wrote:
 I want to make sure I'm correct in doing something. What
 do I need in order to perform the following:

 -
 Send an XML message to something at a website, have it
 load a database with the message, and return an
 acknowledgement.
 ---

SOAP?

Google - XML SOAP

- E -

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



Re: [PHP] What do I need in order to do the following with php.

2004-07-01 Thread Gabriel Birke

I want to make sure I'm correct in doing something. What
do I need in order to perform the following:
-
Send an XML message to something at a website, have it
load a database with the message, and return an
acknowledgement.
---
SOAP?
Google - XML SOAP
If SOAP seems too complicated for your purposes, you can also have a 
look at XML-RPC: http://www.xmlrpc.com 

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


Re: [PHP] What do I need in order to do the following with php.

2004-07-01 Thread Justin Patrin
On Thu, 1 Jul 2004 09:13:16 +0200, Gabriel Birke [EMAIL PROTECTED] wrote:
 
 
  I want to make sure I'm correct in doing something. What
  do I need in order to perform the following:
 
  -
  Send an XML message to something at a website, have it
  load a database with the message, and return an
  acknowledgement.
  ---
 
  SOAP?
 
  Google - XML SOAP
 
 If SOAP seems too complicated for your purposes, you can also have a
 look at XML-RPC: http://www.xmlrpc.com

Well, if you just use the PEAR SOAP packages, it's pretty easy to do.
No XML at all, it's basically an OO remote procedure call.

I have no idea about the SOAP extension on PHP5

-- 
paperCrane --Justin Patrin--

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



[PHP] What do I need in order to do the following with php.

2004-06-30 Thread bclem


I want to make sure I'm correct in doing something. What do I need in order to
perform the following:

-
Send an XML message to something at a website, have it load a database with
the message, and return an acknowledgement.
---

Thanks,
Brent

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