Hello,
I am currently trying to complete a call using flowable. This call works perfectly fine when I have WS Security disabled within my SOAP headers, but when WS Security is enabled, I encounter the following error.
2022-10-26 14:36:25.718 INFO 34268 --- [nio-2443-exec-9] c.a.f.process.core.WsDelegateBase : process: FormatManagerNISTService.wsdl operation: parse
2022-10-26 14:36:25.784 ERROR 34268 --- [nio-2443-exec-9] c.a.f.process.core.WsDelegateBase : Error in process receiveEmailRequest:1:6adac675-553a-11ed-9280-448a5b759da0 while invoking FormatManagerNISTService.wsdl
Authentication of Username Password Token Failed
org.flowable.common.engine.api.FlowableException: Authentication of Username Password Token Failed
Is there an issue with Flowable and WS Security? A few things that I noticed after doing some debugging is that it looks like the password gets dropped while communicating with Flowable. Not sure what that would point to. Any help would be greatly appreciated.