AXIS 2-1.4.1 and Camel Integration

2010-06-03 Thread devkatiyar
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 o

Re: AXIS 2-1.4.1 and Camel Integration

2010-06-04 Thread devkatiyar
m 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 b

Re: AXIS 2-1.4.1 and Camel Integration

2010-06-04 Thread devkatiyar
like below just to test the p3serviceEndpoint point .. junit test is successful but response object is null , but when moniter using tcp moniter is show request/response SOAP devkatiyar wrote

Binding Operation Info must be specified

2010-06-07 Thread devkatiyar
org.apache.camel.RuntimeCamelException: java.lang.IllegalArgumentException: BindingOperationInfo must be specified at org.apache.camel.util.ObjectHelper.wrapRuntimeCamelException(ObjectHelper.java:) at org.apache.camel.impl.ProducerCache.send(ProducerCache.java:154) at

Re: Binding Operation Info must be specified

2010-06-07 Thread devkatiyar
willem.jiang wrote: > > Hi, > > Please send your question to u...@camel.apache.org, as all the camel > developers and users are using that mailing list. > > BTW, > Without your route configuration, I can't tell what's wrong with your > camel applicati

Re: Binding Operation Info must be specified

2010-06-07 Thread devkatiyar
was not working bofore camel 2.1 Claus Ibsen-2 wrote: > > On Mon, Jun 7, 2010 at 10:34 AM, devkatiyar > wrote: >> &

List in CXF Web Service using Camel

2010-06-09 Thread devkatiyar
sendMessage ( @WebParam(name = "carrierList") List carrierList, @WebParam(name = "recipientList") List recipientList); ) so when i am calling web service ...passing as List type parameter ..when this call server web service List is not rec

Re: List in CXF Web Service using Camel

2010-06-10 Thread devkatiyar
, then > put it into the message body, then Camel CxfProducer will take care of > them. > > [1] http://svn.apache.org/viewvc?rev=953231&view=rev > > Willem > > devkatiyar wrote: >> sendMessage ( >> @WebParam(name = "car

Re: List in CXF Web Service using Camel

2010-06-12 Thread devkatiyar
Hi .. Thanks for reply... that's working fine a you told me but .. the web service which i am calling that service do not receive the parameter type java.util.List do i need the type converter dev willem.jiang wrote: > > devkatiyar wrote: >> hi Willem , >&g

Re: List in CXF Web Service using Camel

2010-06-12 Thread devkatiyar
the web service i am calling that is Axis2 web service so in the service side ... List type of parameter is not received willem.jiang wrote: > > devkatiyar wrote: >> hi Willem , >> >> Thanks for reply what if in same > sendMessage ( >>>

Re: Camel CXF web service

2010-06-29 Thread devkatiyar
Hi , Thanks for reply the same end point is working if i use CXF client but when i am using axis2 the getting exception [aultMessageListenerContainer-1] HTTPConduitDEBUG JMSPriority: 4 [aultMessageListenerContainer-1] HTTPConduitDEBUG Accept: */* [ault

Re: Camel CXF web service

2010-06-29 Thread devkatiyar
prepareDataRequest http://acc.com

Re: Camel CXF web service

2010-06-29 Thread devkatiyar
Hi , but same end point is working when i trying using CXF and when generated jsp client using axis1 eclipse plugin .. do you have working example to call using axis2 -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-web-service-tp511782p511974.html Sent from

Re: Camel CXF web service

2010-06-29 Thread devkatiyar
ok no problem ..in CXF i use annotations.. Thanks .. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-web-service-tp511782p511997.html Sent from the Camel Development mailing list archive at Nabble.com.

passing Complex parameter in web CXF web service

2010-08-02 Thread devkatiyar
Hi , below is method which i am exposing as web service using camel CXF component Result importInfo( @WebParam(name = "requestarray") RequestInfo[] RequestInfoArray); Result : out put POJO class RequestInfo : Input POJO class having so many arguments I wr

Re: passing Complex parameter in web CXF web service

2010-08-02 Thread devkatiyar
Hi , cxf producer is using the same encoding using the same encoding , some other web services is working fine ... do you have any example to pass this kind of complex parameter in web service.. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/passing-Complex-par

Re: passing Complex parameter in web CXF web service

2010-08-02 Thread devkatiyar
below is SEI @WebService(targetNamespace = "http://ecs.com/";) @SOAPBinding(style = Style.RPC, use = Use.LITERAL) public interface ImportInfoEndPoint { @WebMethod(operationName = "importInfo") @ResponseWrapper(className = "com.ResultSE") @WebResult(name = "Result

Re: passing Complex parameter in web CXF web service

2010-08-02 Thread devkatiyar
Thanks ..its working fine now. -- View this message in context: http://camel.465427.n5.nabble.com/passing-Complex-parameter-in-web-CXF-web-service-tp2261479p2262511.html Sent from the Camel Development mailing list archive at Nabble.com.

Jetty Component

2010-08-08 Thread devkatiyar
Hi , I want to use jetty component to call http based external system .. but my from my internal system i like to send Soap message to call that end point below is my my route http://127.0.0.1:7001/check"; /> so i want to

Re: SOAP request to HTTP conversion

2010-08-09 Thread devkatiyar
can any one please regards this how do i convert (SOAP --> HTTP POST )... Thanks ... -- View this message in context: http://camel.465427.n5.nabble.com/SOAP-request-to-HTTP-conversion-tp2268461p2268504.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: passing Complex parameter in web CXF web service

2010-08-09 Thread devkatiyar
Hi Willem, can you help me about this .. I want to use jetty component to call http based external system .. but my from my internal system i like to send Soap message to call that end point below is my my route http://127.0.0.1:7001/check";

Re: Jetty Component

2010-08-09 Thread devkatiyar
Hi , Thanks for reply .do you have example or any reference from which i can get help because i new to this kind of case using camel .. i do do this work in bean? Thanks .. -- View this message in context: http://camel.465427.n5.nabble.com/SOAP-request-to-HTTP-conversion-tp2268461p226

Re: SOAP request to HTTP conversion

2010-08-09 Thread devkatiyar
Thanks .. -- View this message in context: http://camel.465427.n5.nabble.com/SOAP-request-to-HTTP-conversion-tp2268461p2268531.html Sent from the Camel Development mailing list archive at Nabble.com.