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
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
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
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
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
was not working bofore
camel 2.1
Claus Ibsen-2 wrote:
>
> On Mon, Jun 7, 2010 at 10:34 AM, devkatiyar
> wrote:
>>
&
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
, 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
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
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 (
>>>
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
prepareDataRequest
http://acc.com
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
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.
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
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
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
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.
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
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.
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";
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
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.
23 matches
Mail list logo