public function TargetService2::cancelTargetByDocumentId in GlobalLink Connect for Drupal 7.6
Same name and namespace in other branches
- 7.5 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' => '',
));
}