Re: [PHP] Re: PHP and SOAP

2002-05-06 Thread Udo Giacomozzi

[EMAIL PROTECTED] (Cédric veilleux) wrote in
[EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: 

 Udo,
 
 Could you point us to the SOAP classes you've come accross? I
 am in  the same 
 situation as you are but haven't found much yet. There is indeed a
 SOAP server class from Manuel available at phpclasses.org, this is the
 first one I've seen. I haven't found a SOAP client class yet.

Some links I've found:

http://dietrich.ganx4.com/nusoap/
http://www.phpclasses.org/browse.html/package/251
http://sourceforge.net/projects/phpxmlp/
http://pear.php.net/
http://aspn.activestate.com/ASPN/WebServices/SWSAPI/phptut

http://www.gigaideas.com.cn/phpsoap/
  or, since the server is currently down, try:
http://web.archive.org/http://www.gigaideas.com.cn/phpsoap/

It's a bit difficult for me choosing the right one to start with. In Delphi 
it's easy to create a SOAP server but with PHP it seems a lot of hand work. 
What I need is like declaring the published functions and the SOAP 
implementation creates the WSDL and everything for me or vice-vers: create 
the needed PHP code from a WSDL.


 
 The lack of SOAP implementations in PHP made me think that I'd
 better 
 use 
 XMLRPC instead, which is a similar protocol that has been around
 longer. There is a PHP extension available for XMLRPC
 
 http://www.php.net/manual/en/ref.xmlrpc.php
 
What are the differences to SOAP?


-- 
Udo Giacomozzi - [EMAIL PROTECTED]
www.nova-sys.net - www.guweb.com
The disadvantage of intelligence is that one 
is constantly obliged to go on learning.

Posted by ELKNews 1.0.4-B
Empower your News Reader! http://www.atozedsoftware.com

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




Re: [PHP] Re: PHP and SOAP

2002-05-06 Thread Udo Giacomozzi

Hello Cedric,

I've played around a bit with SOAP and PHP now and i can suggest you the 
following SOAP implementation:

http://dietrich.ganx4.com/nusoap/index.php

This work is being developed further for PEAR but they have no stabe 
version yet:

http://pear.php.net/


With very few code lines (applies to PHP and Delphi) I was able to 
- create a tiny web service that responses with a greeting to a given name   
and that contains some functions that return the current average server 
load, memory usage etc.
- made a tiny application in delphi (had about 10 lines to write) that can 
call each of these functions and display them in a dialog box.

it worked from scratch! :-))
I'll have a more in-depth look when I have time but the current 
implementation seems quite good and is easy to use. (need a way to create 
the WSDL file however).

Cheers,
Udo

Posted by ELKNews 1.0.4-B
Empower your News Reader! http://www.atozedsoftware.com

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




[PHP] Re: PHP and SOAP

2002-05-03 Thread Quentin Bennett

Hi,

Let Manuel be your friend!

http://www.phpclasses.org/

Quentin

Udo Giacomozzi [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Probably this question has been asked a couple of times but I could not
 find a complete answer to my question...

 I am new to PHP but have a lot of experience with Delphi and usually have
 no problems learning new languages (besides PHP is very similar to C). I
 also made already some little PHP scripts or modified larger scripts to
 suit my needs. Anyway...

 I need to write a web service in PHP. On the client side there will be a
 Delphi program that accesses the server via SOAP. I choose PHP on the
 server side because it (1) offers more possibilities to extend the product
 later on and (2) because it is less problematic with installation issues
 and platform support. The most work will be anyway the client so it should
 not be too difficult to write the server.


 Now the simple question:

 What SOAP server implementation for PHP do you suggest me? I know there
are
 several projects being developed on but I really don't know which one I
 should use to begin my tests with or - in other words - to learn.

 I hope you can give me more information on this subject. :-)

 Many thanks in advance,
 Udo



 --
 Udo Giacomozzi - [EMAIL PROTECTED]
 www.nova-sys.net - www.guweb.com
 The disadvantage of intelligence is that one
 is constantly obliged to go on learning.

 Posted by ELKNews 1.0.4-B
 Empower your News Reader! http://www.atozedsoftware.com



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




Re: [PHP] Re: PHP and SOAP

2002-05-03 Thread Cédric Veilleux

Udo,

Could you point us to the SOAP classes you've come accross? I am in 
the same 
situation as you are but haven't found much yet. There is indeed a SOAP 
server class from Manuel available at phpclasses.org, this is the first one 
I've seen. I haven't found a SOAP client class yet.

The lack of SOAP implementations in PHP made me think that I'd better 
use 
XMLRPC instead, which is a similar protocol that has been around longer. 
There is a PHP extension available for XMLRPC

http://www.php.net/manual/en/ref.xmlrpc.php


Thank you,

Cedric


On May 3, 2002 04:55 am, Quentin Bennett wrote:
 Hi,

 Let Manuel be your friend!

 http://www.phpclasses.org/

 Quentin

 Udo Giacomozzi [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

  Probably this question has been asked a couple of times but I could not
  find a complete answer to my question...
 
  I am new to PHP but have a lot of experience with Delphi and usually have
  no problems learning new languages (besides PHP is very similar to C). I
  also made already some little PHP scripts or modified larger scripts to
  suit my needs. Anyway...
 
  I need to write a web service in PHP. On the client side there will be a
  Delphi program that accesses the server via SOAP. I choose PHP on the
  server side because it (1) offers more possibilities to extend the
  product later on and (2) because it is less problematic with installation
  issues and platform support. The most work will be anyway the client so
  it should not be too difficult to write the server.
 
 
  Now the simple question:
 
  What SOAP server implementation for PHP do you suggest me? I know there

 are

  several projects being developed on but I really don't know which one I
  should use to begin my tests with or - in other words - to learn.
 
  I hope you can give me more information on this subject. :-)
 
  Many thanks in advance,
  Udo
 
 
 
  --
  Udo Giacomozzi - [EMAIL PROTECTED]
  www.nova-sys.net - www.guweb.com
  The disadvantage of intelligence is that one
  is constantly obliged to go on learning.
 
  Posted by ELKNews 1.0.4-B
  Empower your News Reader! http://www.atozedsoftware.com


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




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