The HTTP/SOAP BC won't transform anything, it's role is to handle the soap protocol. If you need transformations, you can use an xslt stylesheet between the consumer and provider (servicemix-saxon for XSLT, and a servicemix-eip static routing slip to call sequentiqlly call the transformation, the http provider and optionally another transformation back).
On 12/26/06, Maxim Y. Tebenev <[EMAIL PROTECTED]> wrote:
Hello Guillaume, I'm trying to transform SOAP message coming from consumer http endpoint and pass it to provider http endpoint. Let's say that consumer endpoint receives <ws1:param>value</ws1:param> and provider endpoint should accept <ws2:param>value</ws2:param> meaning that value is the same for the both web services. Should in this case SMX transparently convert value from service1 to service2? And what the best method to perform that? As I understand if I use http endpoints with soap="true" that should be done automatically. Am I right with that consumption? Best regards, Maxim Tebenev. -- View this message in context: http://www.nabble.com/consumer-to-provider-SOAP-transformation-tf2883435s12049.html#a8056087 Sent from the ServiceMix - User mailing list archive at Nabble.com.
-- Cheers, Guillaume Nodet
