public function TargetService2::getCompletedTargetsBySubmissions in GlobalLink Connect for Drupal 7.6
Same name and namespace in other branches
- 7.5 gl_ws/client/TargetService2.php \TargetService2::getCompletedTargetsBySubmissions()
Gets completed targets by submissions.
Parameters
getCompletedTargetsBySubmissions $parameters:
Return value
getCompletedTargetsBySubmissionsResponse
File
- gl_ws/
client/ TargetService2.php, line 924
Class
- TargetService2
- TargetService2 class
Code
public function getCompletedTargetsBySubmissions(getCompletedTargetsBySubmissions $parameters) {
return $this
->__soapCall('getCompletedTargetsBySubmissions', array(
$parameters,
), array(
'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
'soapaction' => '',
));
}