currently i have my wsclient_service manually defined in code. it contains a custom formatter definition:
$service->settings['formatter'] = new MyXMLFormatter();
this isn't exportable. we could alternatively use a setting like
$service->settings['formatter'] = "MyXMLFormatter"
and then instantiate the formatter within wsclient itself
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1087538-wsclient-formatter-export.patch | 733 bytes | klausi |
Comments
Comment #1
klausiThis patch should do it, please test.
Comment #2
klausiCommitted patch from #1.