The bridge is a very special case as it has been designed to not send
back any respone.
In you case, you need the following flow:
HTTP consumer -> Pipeline -> XSLT transform
-> HTTP provider
-> XSLT transform
To obtain a response on the client, you need to change the MEP used by
the HTTP component.
Change the HTTP consumer endpoint to have the following attribute:
defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
On Thu, Jul 31, 2008 at 8:38 AM, srdnj <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I am a new user of ServiceMix.I was told to do xml transformation
> using service mix.Client sends a http request,in the form of an xml.This xml
> needs to go through various(3) transformations using xslt and the final xml
> is transformed to another link.Then the result from this link needs to go
> reverse(3) transformations and the result is to be displayed to the
> client.This is the scenario for me to work.I have started with the bridge
> example.I am getting the response status code as 202.But I am unable to see
> the response.?(In client.html,within the send(),the response text is given
> to be printed.but it is not getting printed)Secondly I need a way to show
> the response back to the client.Can anyone help me out......?
> --
> View this message in context:
> http://www.nabble.com/Need-Help-tp18748587p18748587.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>
--
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/