Abdullah Shaikh wrote:
Hey Bilgin, Thanks for the info. Can you just confirm, if instead of json I
want to return xml response, then should I need to use the
XmlRpcEventHandler, by looking at the name it looks like, any example of xml
response in ofbiz ?
On Wed, Nov 25, 2009 at 7:47 PM, Bilgin Ibryam <[email protected]> wrote:
I have never used XmlRpcEventHandler. It seems only to echo the xml sent
by the client.
Instead you can use screenxml view handler (not event handler). This
view handler will render the screen (form widgets) in xml format. If the
generated xml doesn't have the format you need, you can use a freemarker
to generate the xml manually.
Bilgin