Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.22.2
-
None
-
None
-
Unknown
Description
Hello,
I create a cxf route which exposes a soap ws.
Inside the route I call a rest service using a second route. (Its just a soap proxy for a rest call)
However, the rest service call gives back a http 405.
If I call the rest service directly from SoapUI, everything works as expected.
I have attached the trace of my camel server.
i have also attached my camel processor class.
It has two routes, one "direct:getOperatorsProviderRequestAll" works just fine.
The second route "direct:getOperatorsProviderRequestByID" is producing the error.
I read about the ticket https://issues.apache.org/jira/browse/CAMEL-11951
I thought it might be a similar problem?
Thanks and regards
Matthias