Re: [symfony-users] SOAP

2010-11-30 Thread Luis Cordova
trying hacking the french with google? On Tue, Nov 30, 2010 at 3:36 PM, Samuel Morhaim wrote: > I found this > presentation http://2010.rmll.info/SOAP-and-RESTful-webservices-with-Symfony.html?lang=fr for > SOAP and Symfony..  and.. I don't speak french but the code seems pretty > interesting. >

[symfony-users] SOAP

2010-11-30 Thread Samuel Morhaim
I found this presentation http://2010.rmll.info/SOAP-and-RESTful-webservices-with-Symfony.html?lang=fr for SOAP and Symfony.. and.. I don't speak french but the code seems pretty interesting. Anyone has a similar presentation or url, but in english? Thanks. -- If you want to report a vulnerabi

[symfony-users] SOAP: Calling a web service

2010-06-11 Thread Dijil
I created a sample webservice by using the ckwebservices plugin.The functional test given in the plugin documentation was run succesfully. I tried to call this webservice using $client = new SoapClient('http://localhost:9095/MathApi.wsdl'); $response = $client- >__soapCall('simpleMultiply',array('

[symfony-users] SOAP API for all the modules of my application

2009-04-07 Thread subnauez
Hi all, I'm building an application and I need the whole scope of this one accessible via a SOAP API. My application deals with contacts, countries, langs, ... Everything works in the web interface. Now, I would like to make all the modules accessible for another application. This second applic

[symfony-users] soap

2009-01-29 Thread hunter40000
hello, I was wondering if there is a plugin, or a native symfony class to use a soap client? what im looking for is a equivalent to the SoapClient class in php5? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group