You are here

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

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

Gets completed targets by documents.

Parameters

getCompletedTargetsByDocuments $parameters:

Return value

getCompletedTargetsByDocumentsResponse

File

gl_ws/client/TargetService2.php, line 812

Class

TargetService2
TargetService2 class

Code

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