Hi all.
I'm trying to create a route rule that can call to a web service according to a parameter of a message.
My first attempt is the following:
.png)
I have a common class with all information, BuscarHuecoRequest, and check what is the value of property "CodigoProveedor".
The table T_PROVEEDOR contains the list of code with the code of the provider, if is F, calls to WSF, if is C, calls to WSC, etc... Using a transformation to convert the values to this provider.
It raises an error, because the property CodigoProveedor doesn't exist.
I've debugged and I see the following code:
.png)
I evaluated the variable p