As part of the current job, I’ve been looking closely at SOAP and getting PHP to connect to endpoints written in other languages by other people. In my last job, I used SOAP to set up services to be contacted by external suppliers and created the server. One of the challenges that I faced in […]
Tag Archives: soap
Weeknotes: Redis, PHP, mail and SOAP
I’ve spent some time writing a queueing library using Redis as a backend. I started with the notion that it would need to be a FIFO queue but didn’t want to only use the in-built parts of PHP as a stack using array_pop or array_push. Whilst it might be faster, it doesn’t allow for queue […]