I just need to call a soap url using a rest service, it is quite urgent but
no success even after some reading and searching on web.
The rest service is just for calling soap service with getHelloWorldAsString
method.
I have followed many thread but no success, my soap service is running file
and
FYI, I used the SOAP URL directly as I was getting few errors regarding http
component and binding OperationInfo so making a cxf end point to soap call
is redundant in xml.
--
View this message in context:
http://camel.465427.n5.nabble.com/Not-able-to-call-a-direct-http-soap-service-using-rest-