I am getting below error:
Error occurred while running main from: org.apache.camel.spring.Main
[ERROR]
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
a
Hi Claus
I had now modified my code :
http://esbqa.dnb.com:8192/CommonServices/services/DNBCompanyService/match/main.wsdl"/>
but now i am getting below error can you please help it will be really
helpful:
[pache.camel.spring.Main.main()] MainSupport
http://lnx142.us.dnb.com:8192/CommonServices/services/DNBCompanyService/match/"/>
i had added this process after to< http:
and in my class i had below code
public class Next2GenProcessor implements Processor {
@Override
public void process(Ex
But is it correct approach to exchange data with this client ? and how would
i get the response?
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-call-external-client-using-camel-tp5774475p5774478.html
Sent from the Camel Development mailing list archive at Nabble.com.
I was trying to call a external client in an InOut pattern to exchange data.
Basically i want to send some data to a third party site and in response i
will get some data back. i tried using camel cxf but it not working and i
also used camel spring-ws but not able to understand it. Currently i hav