Hi,
I'm trying to use a SOAP web service node, in an approval workflowflow and when I execute, it always returns the following errors:
HttpStatusCode: 300
HttpStatusMsg: SoapClient: handleSoapRequest: Exception:java.lang.NullPointerException: key is null
StatusCode: RSA004 : Request Failed
Please, any hint?
Hi Kumar,
The following params were missing in the header:
And now works fine.
Thank you