Err, that second link should've been 
http://kevinvaughan.com/pages/wsdl-interpreter.php

dali

From: [email protected] [mailto:[email protected]] On Behalf Of 
Dalibor Andzakovic
Sent: Wednesday, 4 February 2009 3:14 p.m.
To: [email protected]
Subject: [phpug] Re: PHP SOAP working tutorial

SOAP client is pretty easy.

I've used http://www.urdalen.no/wsdl2php/index.php in the past with good 
success against .net and java services.
There is also http://www.urdalen.no/wsdl2php/index.php
If I was staring again I would use 
http://framework.zend.com/manual/en/zend.soap.html but that's only because I 
tend to use ZF for a mundane stuff like logging...

If you want to provide a service then you need to make distinction between 
RPC/Encoded (old) and Document/Literal (new) SOAP. Use ZendFramework for 
RPC/Encoded (which uses soap extension) and SDO extension for Document/Literal.

I've had SDO webservices consumed sucessfuly with both .Net and java libraries

HTH

dali

From: [email protected] [mailto:[email protected]] On Behalf Of 
Brendan Brink
Sent: Monday, 2 February 2009 11:38 a.m.
To: [email protected]
Subject: [phpug] PHP SOAP working tutorial

Hi there all,

Wondered if anyone had a link to a PHP Soap tutorial that they have used and 
found useful?

Have noted that many online are connecting to servers which are no longer 
active for testing.

wanting to create a client in PHP

Thanks

Cheers
Brendan.




--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to