im followed the example at http://drupal.org/node/1114308 and Im seeing:

" Error Fahrenheit
Value:26.00 Celsius is Error Fahrenheit
Celsius to Fahrenheit article with temperature reading has been created."

The message is uninformative and there is nothing in the log to help me solve the problem. The Rules are ok... Please can you tell me how I may view webservice request/responses... any other useful tips for debugging this would be appreciated.

Many thanks

===

permissions issue...

i tested this out before i checked permissions and it still (erroneously) completed the service request so im not sure permissions are being applied correctly. Please spawn new issue if applicable...

Comments

Syntapse’s picture

On revisiting Home » Administration » Configuration » Workflow » Rules » Editing reaction rule "Celsius to Fahrenheit" I am seeing the following error...

Notice: Undefined index: custom translation language in RulesDataUI::selectionForm() (line 73 of C:\vhosts\Drupal\services_3_1\sites\all\modules\rules\ui\ui.data.inc).

kristof.bourgeois@telenet.be’s picture

Hi,

Have you already solved the problem?
I'm testing the Celsius to Fahrenheit tutorial to and get the same error

PatchRanger’s picture

Enable logging debug data while Rules execution: admin/config/workflow/rules/settings .
Also take a look at wsclient_tester: it is shipped with wsclient and is useful in order to try to reproduce the request, causing the error.