I'm currently trying to get the GenericInterface working with the ConfigItem Operations. Beside the confusing structure when setting up the webservice, I'm having trouble to get the ConfigItemSearch Operation to work.
My config looks like this:
Code: Select all
/Search/:UserLogin/:Password/:ConfigItem
Code: Select all
HOSTNAME/otrs/nph-genericinterface.pl/WebserviceID/3/Search/ValidLogin/ValidPassword/Name=NameOfAConfigItem
Code: Select all
$VAR1 = {
'ConfigItem' => 'Name=NameOfAConfigItem',
'Password' => 'ValidPassword',
'RequestMethod' => 'GET',
'UserLogin' => 'ValidLogin'
};
Code: Select all
Message: DebugLog error: Summary: ConfigItemSearch.MissingParameter Data : ConfigItemSearch: ConfigItem parameter is missing or not valid!.
Code: Select all
ConfigItem => {
Name = Name,
...
}
Best regards,
Rolf