server/handlerwrappers/soap.rb in cpee-1.3.106 vs server/handlerwrappers/soap.rb in cpee-1.3.107

- old
+ new

@@ -10,10 +10,10 @@ # # You should have received a copy of the GNU General Public License along with # CPEE (file COPYING in the main directory). If not, see # <http://www.gnu.org/licenses/>. -require 'savon' +# require 'savon' class SOAPHandlerWrapper < WEEL::HandlerWrapperBase def initialize(arguments,endpoint=nil,position=nil,continue=nil) # {{{ @controller = arguments[0] @url = arguments[1]