static function WSClientSOAPTestCase::getInfo in Web service client 7
File
- wsclient_examples/
wsclient_examples.test, line 10 - Web service client SOAP/REST Tests.
Class
- WSClientSOAPTestCase
- @file Web service client SOAP/REST Tests.
Code
static function getInfo() {
return array(
'name' => 'Web service client SOAP',
'description' => 'Tests invoking a SOAP service.',
'group' => 'Services',
);
}