Hi ,
I am trying to send a SOAP request to my Java application which requires the parameter as String object.
While setting the value of the parameter in the Properties object , i.e. key-value pair, I am getting invalid key exception.
Request does succeed as it sends a null string to my service application.
Can anyone suggest me what I am missing while setting the parameter value in orchestrator ?
Thanks in advance