You are here

public function DocumentService2::submitDocumentWithBinaryResource in GlobalLink Connect for Drupal 7.5

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

Submits document with binary resource.

Parameters

submitDocumentWithBinaryResource $parameters:

Return value

submitDocumentWithBinaryResourceResponse

File

gl_ws/client/DocumentService2.php, line 704

Class

DocumentService2
DocumentService2 class

Code

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