Dear Camel Team,
I'm facing a bit of a show-stopper with the Camel Salesforce Component.
The SOQL query in question is:
SELECT Account.Owner.Id, Lookup(User)
Account.Owner.Name, Lookup(User)
Id,
Name,
Owner.Id, Lookup(User)
Owner.Name, Lookup(Us
Hi,
you have to specify the default http port number : 8181 for CamelServlet
like this:
http://servername.org:8181/apiisp001/1
Daniel Langevin
Direction de l’assistance et des technologies
Direction des ressources informationnelles
Société d’habitation du Québec
Édifice Marie-Guyart
1054,
Dear all,
I'm going to configure a REST API similar to a (working) HTTP consumer. I tried
several URLs to call the API operation but get always a HTTP 404.
Do I miss someting (e.g. the reference to the servletName)? Can someone point
me out which is the API URL for the get operation in my case?
Thank you, JB, I hope it is an easy fix.
Best regards,
Alex soto
> On Aug 15, 2020, at 4:06 AM, Jean-Baptiste Onofre wrote:
>
> Hi,
>
> It seems to be related to a change on the camel-bean processor.
>
> Let me reproduce it and make a bisect to identify the change.
>
> Thanks !
>
> Rega