library(RCurl) body = ' GMT ' curlPerform( url = "http://www.nanonull.com/TimeService/TimeService.asmx", httpheader = c(accept = "multipart/*", "Content-Type" = "text/xml; charset=utf-8", SOAPAction = '"http://www.Nanonull.com/TimeService/getTimeZoneTime"'), postfields = body)