I am migrating a bunch of rpc/encoded web services from our legacy system onto the ESB. The approach we'd like to take is not to rewrite them as doc/literal (as this would affect many of our clients), and try to maintain our existing WSDLs as much as possible (essentially we are only changing the endpoint).
I generated unwrap and response .esbws services from the existing WSDL and so far, I have been able to receive and unwrap multiref soap-encoded messages fine on the ESB, however when generating the response back to our client app, I noticed that the response .esbws does not soap encode the outgoing XML.
Is there any support on the ESB for soap encoding an XML response given a rpc/encoded WSDL? If there is no out of the box support in the ESB, are there any tools that we can import onto the ESB to handle this?
Thanks,
Wendy