Finally a project which really warrants use of SOAP, hmm… not really XML-RPC would have worked but SOAP-RPC has got better future scalability. I was pleased that I was able to set up a service which returned a custom made image – The downside is that the whole thing is returned base64 encoded instead of a pure image stream but what the heck bandwidth and computing power is cheap and anyone intending to run a service which can be consumed by ASP/JSP/PERL uniformly better have lots of bandwidth and computing power.
To jumpstart my team with SOAP I started to write an idiot’s guide of sorts but then I stumbled on this URL https://www.soapware.org/bdg it is a wee bit dated but just the thing which will get you going.
It goes without saying that my SOAP server and client both are written in … … YES! PHP!!