0
I’m trying to install the package SSOAP
in the software R
and receive as return the following error message:
ERROR: dependency 'Xmlschema' is not available for package 'SSOAP' * removing ' srvfcmfile/documents$/2437/My Documents/R/win-library/3.6/SSOAP' Warning in install.Packages : installation of package ːC:/Users/2437/Desktop/FORMAO~1/MACROE~1/61E21~1.MOD/SSOAP_0.9-0(1).tar.gz' had non-zero Exit status
I searched about the bug and the package and from what I understood this was removed.
The part of code I’m trying to run is this:
wsdl <- getURL("https://www3.bcb.gov.br/sgspub/JSP/sgsgeral/FachadaWSSGS.wsdl",
ssl.verifypeer = FALSE)
doc <- xmlInternalTreeParse(wsdl)
def <- processWSDL(doc)
ff <- genSOAPClientInterface(def = def)
processWSDL
and genSOAPClientInterface
depend on SSOAP
.
I would like to know if there is any other package that replaces SSOAP
so I can run what I need.
You can fetch the Xmlschema package from cran files or to the Omegahat (the link is in the version number).
– Rui Barradas
@Noisy The Xmlschema package I had already tried to install previously, and it returns error too.
– Letícia Marrara
Done, see the answer.
– Rui Barradas