Object
should return xml. opt can be updated for other filters.
# File lib/soap/filter/handler.rb, line 22 def on_inbound(xml, opt) # do something. xml end
should return envelope. opt can be updated for other filters.
# File lib/soap/filter/handler.rb, line 16 def on_outbound(envelope, opt) # do something. envelope end
[Validate]
Generated with the Darkfish Rdoc Generator 2.