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