[PHP] Re: PHP and SOAP/XML-RPC

2001-08-27 Thread Paul K Egell-Johnsen

Sean McCormack wrote:
 
 Does PHP currently support SOAP? If so, where is the documentation on it
 (couldn't find it on the site)? If not, when will it be supported? Thanks!
 
 Sean McCormack
 Lead Web Developer, Liaison
 voice: 512.345.0020 x 189
 email: [EMAIL PROTECTED]

Do a search on freshmeat.net for Soap. I think you'll find someone
who've made an parser for soap. BTW, Soap is just XML, so find more info
about Soap and use the XML functions of PHP to generate and parse the
messages sent.

-- 
Paul K Egell-Johnsen
Developer/PR Manager
eZ systems as
http://ez.no/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Re: PHP and SOAP/XML-RPC

2001-08-27 Thread Hoover, Josh

Checkout the following list of SOAP implementations:

http://www.soapware.org/directory/4/implementations

You should find at least two implementations for PHP there.  

Josh Hoover
KnowledgeStorm, Inc.
[EMAIL PROTECTED]

Searching for a new IT solution for your company? Need to improve your
product marketing? 
Visit KnowledgeStorm at www.knowledgestorm.com to learn how we can simplify
the process for you.
KnowledgeStorm - Your IT Search Starts Here 

 Sean McCormack wrote:
  
  Does PHP currently support SOAP? If so, where is the 
 documentation on it
  (couldn't find it on the site)? If not, when will it be 
 supported? Thanks!