News Feed
Jobs Feed
Sections




News Archive
Ahmed Shreef's Blog:
Soap Web Services in PHP & hint on consuming from .Net
November 03, 2010 @ 14:57:16

Ahmed Shreef has a post he's written up about using SOAP services in PHP (specifically in a CakePHP-based application using some Zend Framework libraries) and drops in a helpful hint at the end about getting .NET clients to play nicely with it.

Last week, I was working on implementing a SOAP server for one of our projects at work, this web service was built to be consumed by some other software that is built using .Net . It wasn't that easy and I faced some problems that made me go crazy for some hours and I wanted to share them here with the solutions.

He includes two snippets of code from his application - one is the SoapController that handles the incoming actions and the other is the handler class with a sample "doSomething" method to return an array. This is where the problem lies. .NET doesn't seem to understand the "Array" return type so it was throwing errors. In order to resolve the problem, hehad to tell the Zend library that he wanted to render the result as a type of "Zend_Soap_Wsdl_Strategy_ArrayOfTypeComplex" for the conversion.

6 comments voice your opinion now!
dotnet soap webservice zendframework cakephp array


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney's Blog: Real-time ZF Monitoring via Zend Server

PHPMaster.com: Where on Earth are You?

Zend Developer Zone: Tutorial : Using Zend Framework Without PDO

Raphael Stolt's Blog: Setting up Zend Framework applications with Phing

Zend Developer Zone: Zend Framework Traveling Roadshow Coming to SF PHP Meetup


Community Events











Don't see your event here?
Let us know!


code phpunit unittest zendframework2 interview example application community release opinion testing language introduction framework functional development tool series conference podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework