php-general Digest 31 Aug 2012 19:12:01 -0000 Issue 7945

2012-08-31 Thread php-general-digest-help
php-general Digest 31 Aug 2012 19:12:01 - Issue 7945 Topics (messages 318933 through 318934): Re: How to use wsdl files? 318933 by: Louis Huppenbauer Re: What's the best way to make a dynamic plugin architecture? 318934 by: Mark Administrivia: To subscribe to the digest,

Re: [PHP] Re: How to use wsdl files?

2012-08-31 Thread Louis Huppenbauer
Hi there 2012/8/31 Michelle Konzack linux4miche...@tamay-dogan.net Hello Matijn Woudt, Am 2012-08-30 16:44:53, hacktest Du folgendes herunter: You could start by looking at the PHP SoapClient [1], which takes a URI to a WSDL descriptor as argument. You can enter the URL to the WSDL file

Re: [PHP] What's the best way to make a dynamic plugin architecture?

2012-08-31 Thread Mark
On Tue, Aug 28, 2012 at 1:43 PM, Matijn Woudt tijn...@gmail.com wrote: On Tue, Aug 28, 2012 at 1:16 AM, Larry Garfield la...@garfieldtech.com wrote: On 8/27/12 6:11 PM, Matijn Woudt wrote: You should never be calling require() yourself. Just follow the PSR-0 naming standard and use an

[PHP] Easiest way to create a web service based on a WSDL document

2012-08-31 Thread Néstor Boscán
Hi What's the easiest library/technology/solution to create a web service in PHP based on a WSDL document? Regards, Néstor Boscán

Re: [PHP] Easiest way to create a web service based on a WSDL document

2012-08-31 Thread Lars Nielsen
fre, 31 08 2012 kl. 16:33 -0430, skrev Néstor Boscán: Hi What's the easiest library/technology/solution to create a web service in PHP based on a WSDL document? Regards, Néstor Boscán This one is pretty simple to get started with :