Posted by stella on October 10, 2009 at 3:15pm
Jump to:
| Project: | netFORUM xWeb Interface |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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=123Cheers,
Stella
| Attachment | Size |
|---|---|
| xweb_testing_parameters.patch | 1.01 KB |
Comments
#1
I 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.