Closed (fixed)
Project:
NetForum xWeb API
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2009 at 15:15 UTC
Updated:
18 Oct 2009 at 16:35 UTC
On the xweb testing page provided by the module, the input fields to some methods (e.g. GetMembershipProxyList) returns just one field 'parameters'. It doesn't appear to be possible to enter in any data here that is actually sent in the method request. The attached patch allows users to enter in a list of key value pairs like:
key1=abc;key2=123
Cheers,
Stella
| Comment | File | Size | Author |
|---|---|---|---|
| xweb_testing_parameters.patch | 1.01 KB | stella |
Comments
Comment #1
james.michael-hill commentedI just created a Drupal 6 release which includes a greatly expanded inspection of xWeb parameters and a new xWeb testing form to match. There should now be a text input field for almost every parameter that can be submitted to xWeb, although for some of the more complex requests (like creating invoices) testing may still need to be done outside of the form.