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: The simplest Zend_Form decorator

WebReference.com: Controllers: Programming Application Logic - Part 2

Maggie Nelson's Blog: How to (and how not to) pass an array from PHP to the database

SitePoint PHP Blog: Simple Object Iterators in PHP

King Foo Blog: Using Complex Type with Zend_Soap


Community Events











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


series framework database release phpunit podcast language development functional community usergroup opinion testing rest example symfony2 zendframework2 introduction conference interview

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