Re: [PHP] PHP and SOAP newbie questions

2006-01-10 Thread Angelo Zanetti

Hi Jay,

I've used nuSOAP and its pretty good.

Perhaps you want to check out the nuSOAP mailing list:

Nusoap-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nusoap-general


This is the guys site who started nuSOAP (I think), there is alot of 
info and links to get you goin, good luck:


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

cheers

Angelo Zanetti
Z Logic
www.zlogic.co.za
[c] +27 72 441 3355
[t] +27 21 469 1052


Jay Paulson (CE CEN) wrote:

I recently got handed a project that requires me to use PHP to talk to a WSDL 
SOAP service.  I'm not new to PHP but I am new to SOAP.  I have the basic idea 
of how SOAP works but still have a few questions I am hoping you all can answer 
for me.

Which library would be better to use?  NuSOAP or PEAR's SOAP library?

Someone else is writing the WSDLs that I need to access.  Does this mean that I 
just have to use a SOAP client to access the information or would I need to 
make a SOAP server?  I guess what I'm asking is what is the difference between 
a SOAP client and a SOAP server?

Lastly, do you all know of any good online tutorials I could check out that 
google may not suggest?

Thanks!
Jay



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



RE: [PHP] PHP and SOAP newbie questions

2006-01-10 Thread Weber Sites LTD
I'm not experienced with WSDL but I can see it's in use here : 

http://www.weberdev.com/ViewArticle/439


Maybe it can help...

Sincerely 
 
berber 
 
Visit the Weber Sites Today, 
To see where PHP might take you tomorrow. 
PHP code examples : http://www.weberdev.com 
PHP Web Logs : http://www.weberblog.com/ 
PHP  MySQL Forums : http://www.weberforums.com/ 
Learn PHP Playing Trivia http://www.webertrivia.com 
Web Development Index http://www.weberindex.com 
Web Templates http://www.webertemplates.com
Search for PHP Code from your browser http://toolbar.weberdev.com 

 

-Original Message-
From: Jay Paulson (CE CEN) [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 10, 2006 12:27 AM
To: php-general@lists.php.net
Subject: [PHP] PHP and SOAP newbie questions

I recently got handed a project that requires me to use PHP to talk to a
WSDL SOAP service.  I'm not new to PHP but I am new to SOAP.  I have the
basic idea of how SOAP works but still have a few questions I am hoping you
all can answer for me.

Which library would be better to use?  NuSOAP or PEAR's SOAP library?

Someone else is writing the WSDLs that I need to access.  Does this mean
that I just have to use a SOAP client to access the information or would I
need to make a SOAP server?  I guess what I'm asking is what is the
difference between a SOAP client and a SOAP server?

Lastly, do you all know of any good online tutorials I could check out that
google may not suggest?

Thanks!
Jay

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



[PHP] PHP and SOAP newbie questions

2006-01-09 Thread Jay Paulson \(CE CEN\)
I recently got handed a project that requires me to use PHP to talk to a WSDL 
SOAP service.  I'm not new to PHP but I am new to SOAP.  I have the basic idea 
of how SOAP works but still have a few questions I am hoping you all can answer 
for me.

Which library would be better to use?  NuSOAP or PEAR's SOAP library?

Someone else is writing the WSDLs that I need to access.  Does this mean that I 
just have to use a SOAP client to access the information or would I need to 
make a SOAP server?  I guess what I'm asking is what is the difference between 
a SOAP client and a SOAP server?

Lastly, do you all know of any good online tutorials I could check out that 
google may not suggest?

Thanks!
Jay