↧
TDD (test driven development) is the method …
… so I’d better install phpunit before writing any more lines of code now Better get used to do at home what I try do at work. Guess one can get used to first write tests and then the implementation …...
View ArticleMy own little SOAP
Ingredients: Some WSDL file. Some endpoint that either coughs up the wsdl or let’s the SOAP server handle a request. An object that does the SOAP handling (use SOAPServer::setObject) A SoapClient to...
View Article