can't see the exception - is it something about the xml parsing - unexpected
prologue?

On Fri, Dec 19, 2008 at 11:57 AM, p.r.a.s.s.i.e <[email protected]> wrote:

>
> To be concise what we are looking is aysnchronous invocation of services
> exposed using CXF.
>
> We have written an interceptor which will collect the SOAP XML and post it
> into a JMS queue. Also it will abort the chain and return to the service
> client.
>
> What we are looking for now is a solution to read the SOAP XML from the JMS
> queue and invoke the respective service. This invoker need not do anything
> with the response of the service.
>
> We are trying now is:
> 1. Pipe the JMS queue using JMS transport and invoke the service
> 2. Read the content from JMS Queue and use Local service to invoke the
> service.
>
> Of the above,
> 1. we were not able to figure the configuration on how this can be
> achieved,
> if at all
> 2. Attached are the code and config, we are using to convert the soap xml
> string into CXF SOAP message and invoking the message.
>
> http://www.nabble.com/file/p21090119/CXFDirectServiceCaller.java
> CXFDirectServiceCaller.java
> http://www.nabble.com/file/p21090119/cxf.sample.async.xml
> cxf.sample.async.xml
>
> We are getting the following exception:
>
>
> Any help to solve either of the above issue would be greatly appreciated.
>
> As well, any suggestion for async invocation are also welcome. This is the
> pattern we are currently using with Axis and we are trying to migrate the
> same to CXF.
>
> thanks
> prassie
> --
> View this message in context:
> http://www.nabble.com/Exception-while-invoking-service-through-local-transport-in-CXF-tp21079062p21090119.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>
>

Reply via email to