Cesar
Cesar
@jamesnetherton As an http client I am using POSTMAN to test SOAP interfaces
This is what I sent in the 2 requests COMANDO LGI https://10.160.12.181:8001 ``` OPENG {{passwordUDB}} 1 ``` COMANDO LST_DYNSUB https://10.160.12.181:8001/sessionId ``` xxxxxxxxx 0 ``` @jamesnetherton Do you require more details?
With these classes I send the application The ConfigureSSL class is used to configure the call using SSL: ``` @Slf4j @SuppressWarnings({}) @ApplicationScoped public class ConfigureSsl { private final String password...
@jamesnetherton Ready I managed to solve, now I am enabling the elimination of the cache after a certain time, but I cannot eliminate it, that is, use the properties camel.component.caffeine-cache.expire-after-access-time...
Thank you so much @jamesnetherton Everything works great for me locally, but I have the following problem once I do the native compilation, what could be happening? ``` 12:04:05 ERROR...
@jamesnetherton Thank you very much, in the end I had to add the annotation with 2 values: `quarkus.camel.native.reflection.include-patterns = com.github.benmanes.caffeine.cache.SSAW, com.github.benmanes.caffeine.cache.PSAW`