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

CommentFileSizeAuthor
#1 1087538-wsclient-formatter-export.patch733 bytesklausi

Comments

klausi’s picture

Status: Active » Needs review
StatusFileSize
new733 bytes

This patch should do it, please test.

klausi’s picture

Status: Needs review » Fixed

Committed patch from #1.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.