Today, every web developer should know about SOAP (Simple Object Access Protocol). This protocol is used by clients to call server remotely (basically, via HTTP). What SOAP server provides to the outside world – is set of interfaces and methods within these interfaces. Methods may receive arbitrary parameters, these parameters may be arbitrary (like real-world [...]