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