The default binding style for SOAP webservices in PHP is RPC. When you consume such a webservice using the PHP SoapClient it will work perfectly. Unfortunately Microsoft .NET prefers a different kind of SOAP service. The binding style it works with is document. When you work with complex types and arrays and maybe even arrays …
-
Tags
action amsterdam antwerpen apache asp.net binary cache caching CLI cloud combell command line community conference daemon dpc dpcon dutch php conference felixdv framework hosting ibuildings inventis linux london mvc MySQL pcntl php phpbelgium phpbenelux proxy reflection sapi serialize seven things skyrocket soap utf-8 varnish webservice wsdl xml zend Zend Framework -
Calendar
February 2012 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 -
Categories
Zend_Soap_AutoDiscover & eAccelerator causes trouble
Last week I used Zend_Soap_AutoDiscover for the first time. It’s pretty awesome, because your entire WSDL file dynamically generated based on docblock reflection. Unfortunately, it all went wrong when I deployed my code to staging. Apparently the issue was caused by eAccelerator. But first things first: how did I get into trouble, what caused it …