http://www.perlmonks.org?node_id=1043033


in reply to Re^5: SOAP lite with WCF
in thread SOAP lite with WCF

Here is a tip
-> on_action( \&return_action_header ) .... ;;;; sub return_action_header { my( $action, $method_uri, $method_name ) = @_; return ... }