Hi , I have a request to send the XML to the rest API as content type urlencoded and xml is sent in the value with no key . When I tries to write a UDF to pass this value as a string , it is expecting a key value and since no key was specified I guess it is sent as raw and Im getting error in the response . Please advise .