Commits
Thomas Tornevall authored c280b3a809a
* Added WSDL caching function to WrapperConfig to add "virtual performance" to the SOAP on request. * Moved magic getter and setter to own methods. * Moved SoapClient-executors to execSoap(). * Moved internal response controls to own methods (making __call() lesser messy). * Added getBody(), getParsed(), getHeader() and getHeaders() where getHeader() allows keyed returns and getHeaders() only full header response. * Added header-parser from the curlHeadParser. * Added matching tests.