Active
Project:
Web service client
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2012 at 11:17 UTC
Updated:
28 Aug 2013 at 13:31 UTC
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
Comment #1
Syntapse commentedOn 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).
Comment #2
kristof.bourgeois@telenet.be commentedHi,
Have you already solved the problem?
I'm testing the Celsius to Fahrenheit tutorial to and get the same error
Comment #3
PatchRanger commentedEnable 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.