Commits
Thomas Tornevall authored e0cc58b654a
* It turns out that setStreamOptions is a good idea to push into WrapperConfig even if we run through a regular flow (since backward compatible soapcalls won't find out in any other way). * NetWrapper is now filled with data (and a doGet()). * internalWrapperList comes in handy with soap auto selection. * __call is being slowly built up for the netwrapper while MODULE_CURL gets a faster build. * soapClientWrapper gets a getCode() so that it can return a http response code as in 6.0. * MODULE_CURL initiated. * MODULE_CURL goes the right way and initializes the NetWrapper (that should be a globally used friend), and then gets the CONFIG from that module. * setChain exists as a private method but is dead. Should be throwable in future release (LIB_METHOD_OBSOLETE).