I am getting Xml message as a string. When I tried to run the following code with Xml message as a string input, it's failing to run the stored procedure. But when I execute the stored procedure with the xml input in single quotes in oracle, it's working
fine.
Xml input which is obtained as a string need to be as an input to oracle stored procedure without any changes. Could anyone please suggest if any changes need to be done in the code below.
private
voidGo to the complete details ...