You are here

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

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

Cancels target by document ID.

Parameters

cancelTargetByDocumentId $parameters:

Return value

cancelTargetByDocumentIdResponse

File

gl_ws/client/TargetService2.php, line 798

Class

TargetService2
TargetService2 class

Code

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