Closed (works as designed)
Project:
Rules
Version:
7.x-2.x-dev
Component:
Rules Core
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2012 at 06:06 UTC
Updated:
29 Oct 2018 at 04:16 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mboc commentedI have the same issue ....'Create a data structure' is not an option for me. :(
Comment #2
mboc commentedthe problem was I missed the step to add the WS (SOAP) description. after doing it it showed the option.
Comment #3
tr commentedThe "Create a data structure" action is only available when a module provides a
hook_rules_data_info()that defines a non-entity data structure. And that's exactly what happens when you take the 'missing step' of adding the web services description - the wsclient module has it's ownwsclient_rules_data_info()where it exposes to Rules any web services descriptions you've configured.