Topic: Refresh Group request

$client = new ExactTargetSoapClient($wsdl, array('trace'=>1));

   $client->username = $username;

   $client->password = $password;
   
   $request= new ExactTarget_ExecuteResponse();
   $request->Name = "RefreshGroup";
   $request->Parameters[0]->Name = "ID";
   $request->Parameters[0]->Value = "my#";

$results = $client->Create($request); 
I am trying to do a refresh group I have this code but it wont work as the create requires a option to be set, is there something I am doing or calling wrong. any support would be greatly appreciated.

References:

http://wiki.memberlandingpages.com/API_ … resh_Group

http://wiki.memberlandingpages.com/API_ … ng_a_Group