You are here

public function TargetService2::getCanceledTargetsByDocuments in GlobalLink Connect for Drupal 7.5

Same name and namespace in other branches
  1. 7.6 gl_ws/client/TargetService2.php \TargetService2::getCanceledTargetsByDocuments()

Gets canceled targets by documents.

Parameters

getCanceledTargetsByDocuments $parameters:

Return value

getCanceledTargetsByDocumentsResponse

File

gl_ws/client/TargetService2.php, line 784

Class

TargetService2
TargetService2 class

Code

public function getCanceledTargetsByDocuments(getCanceledTargetsByDocuments $parameters) {
  return $this
    ->__soapCall('getCanceledTargetsByDocuments', array(
    $parameters,
  ), array(
    'uri' => 'http://impl.services2.service.ws.projectdirector.gs4tr.org',
    'soapaction' => '',
  ));
}