This is a class that I found lying around, and I decided to share it. It is used to generate a valid XML , and to send it to an API / Gateway. It is made to be very simple to modify, and small. The idea behind it is to experiment with the get_object_vars() in order to minimize the actual… Read more →
Recently I had some thoughts about the way the searching for a position should be, and since I couldn’t stop thinking about it, I’ve decided to to come up with something I believe should be a good and accurate solution for this. I wrote most of this class in the plane on my way to Denver, CO using my trusty… Read more →
I noticed that there are a lot of questions about consuming a SOAP service from a PHP Server with a .Net client created by Visual Studio, so I decided to put some light on the subject. It looks like Visual Studio has moved some parts of the menu, and MS deprecated the SOAP endpoints in favor to Windows Communication Foundation.… Read more →
As the title said, I had to create a SOAP Server on a Kohana3 (KO3) Framework recently, and I decided to share my experience. Up until now I was always using NuSoap or just generating the wsdl file by hand, to avoid any problems, but this time I decided to experiment with Zend AutoDiscovery class. This class came a long… Read more →