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 : http://www.php.net/manual/en/soapserver.soaps

[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] 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 wrote: > On Tue, Aug 28, 2012 at 1:16 AM, Larry Garfield > 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 autoloader, then you don't hav

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

2012-08-31 Thread Louis Huppenbauer
Hi there 2012/8/31 Michelle Konzack > 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 there, like this: > >