We are trying to query Salesforce with an ArrayList in the where statement. Below is is the error we ran into when we tried using the ArrayList in the where clause. Query we used against Salesforce: successlist contains the values [‘a1o90000001msXwAAI’, ‘a1o90000001msXxAAI’]. Error Message: Message: Failed to invoke query. Message payload is of type: ArrayList How do I resolve this
Tag: esb
Getting java.lang.IllegalArgumentException when trying to make a dynamic HTTP endpoint in Mule
I got an HTTP outbound-endpoint that does a GET method to an specific URL, thing is that if i add a variable in the path URL it will throw an exception… i believe this is not being supported. This is my FLOW: This is the exception stacktrace Tried searching a lot in Google but i got no clue on what’s