XML Creator
This is a class that I found laying 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 …
This is a class that I found laying 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 …
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 …
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 …
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 …