↧
Answer by Oleg Valter is with Ukraine for HTTP request with XML payload using...
ProblemYou are passing an invalid second argument to the fetch() method call.SolutionThere is a closed set of acceptable parameters that you can pass in the configuration object. Please, make sure that...
View ArticleHTTP request with XML payload using UrlFetchApp
Is there a way to submit an XML payload with the Google Apps Script URLFetchApp?I have already tried adding the XML document to the payloadvar url = "https://stackoverflow.com"; //not realvar xml =...
View Article