Hi,
I am trying to learn how to from within R access web services.   I am also 
interested in having R be a client and from within R access data on other web 
services.  Specifically the web services I would like to access from within R 
are “http://water.sdsc.edu/waterOneFlow/NWIS/DailyValues.asmx?WSDL” Therefor, I 
wrote the following code into R program:
> library(SSOAP) 
> processWSDL("http://water.sdsc.edu/wateroneflow/NWIS/DailyValues.asmx?WSDL";, 
> verbose=TRUE)
However, this program gave me error messages, like:
processing (sub) schema http://www.cuahsi.org/his/1.0/ws/ 
1 ) GetValues 
Error in parse(text = paste(txt, collapse = "\n")) : 
 unexpected input in "function(x, ..., obj = new( ‘" 
In addition: Warning message: 
In processWSDL("http://water.sdsc.edu/wateroneflow/NWIS/DailyValues.asmx?WSDL";, 
 : 
 Ignoring additional <service><port> ... elements.
So, I could not call the WSDL format into R. I wonder  how I access the data 
from the web services into R. I am very pleasured if you give me any 
information. Actually I try to implement nwis.R program in the SSOAP folder. 
However I got same error message. please anybody help me.. 
 
Nermin
_________________________________________________________________
Teker teker mi, yoksa hepsi birden mi? Arkadaþlarýnýzla ilgili güncel bilgileri 
tek bir yerden edinin.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to