我尝试了几种使用Rcurl在R中使用SOAP访问Web服务的方法。
curlPerform(url = 'someurl', httpheader = headerfields, postfields = body, writefunction = reader$update)
但我有一个带密码的p12文件,不知道如何设置参数。
我收到此错误:
Error in function (type, msg, asError = TRUE) : SSL certificate problem: self signed certificate in certificate chain
使用SOAP UI工作正常,但我在R中使用它。
感谢。