diff --git a/samples/rm_ping_1_1/rm_ping_1_1.c b/samples/rm_ping_1_1/rm_ping_1_1.c
index 0a4cf02..e2ef2e4 100644
--- a/samples/rm_ping_1_1/rm_ping_1_1.c
+++ b/samples/rm_ping_1_1/rm_ping_1_1.c
@@ -93,7 +93,7 @@
     {
         axis2_options_set_to(options, env, endpoint_ref);
     }
-    /*axis2_options_set_action(options, env, "urn:wsrm:Ping");*/
+    axis2_options_set_action(options, env, "urn:wsrm:Ping");
 
     /* Set up deploy folder. It is from the deploy folder, the configuration is 
      * picked up using the axis2.xml file.