Hi

You are a bit cheap on the details.

Camel does not have any specific axis2 component.
So just invoke the Axis2 webservice and get the reply using regular
code in the way Axis2 does that.

And you can do that from a Camel route by letting Camel invoke a bean
where you in the bean invoke the webservice.
http://camel.apache.org/bean

If you on the other hand want to use a axis webservice as input to a
Camel route. Then take a look at his example.
Its using Axis 1.4 but the principle applies for Axis 2 as well
http://camel.apache.org/tutorial-axis-camel.html



On Fri, Jun 4, 2010 at 7:24 AM, devkatiyar <devendrakati...@gmail.com> wrote:
>
> Hi ,
> I am calling axis2 web service end point from camel ..
>
>
> request SOAP is ok but response SOAP is  also coming fine ... when when
> using Junit test case i am printing the result ...
>
>
> result is :  null
>
> can any help me ..
>
>
> or any one have working example  with axis2 integration  with camel or any
> other resources
>
>
> Thanks ...
>
>
> Devendra
> --
> View this message in context: 
> http://old.nabble.com/AXIS-2-1.4.1--and-Camel-Integration-tp28775863p28775863.html
> Sent from the Camel Development mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to