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