Re: [R] Calling php web service fails

2007-10-24 Thread Duncan Temple Lang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rohan7 wrote: > hi, > > Thanks for replying. Actually today morning i saw the KEGG webservice by > Bioconductor and i call my php web service in similar fashion. It worked. > > - KEGG sample - > #KEGGserver <- SOAPServer("http://soap.genome.ad.jp

Re: [R] Calling php web service fails

2007-10-24 Thread Rohan7
hi, Thanks for replying. Actually today morning i saw the KEGG webservice by Bioconductor and i call my php web service in similar fashion. It worked. - KEGG sample - #KEGGserver <- SOAPServer("http://soap.genome.ad.jp/keggapi/request.cgi";) #KEGGxmlns = "SOAP/KEGG" #KEGGaction = "SOAP/KEGG"

Re: [R] Calling php web service fails

2007-10-23 Thread Duncan Temple Lang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As much as this is standardized, there is a lot of variability. It would be much better if you reported the output of the failure and also tried to get more information by using some of the diagnostic facilities in RCurl and SSOAP (cryptic as they c

[R] Calling php web service fails

2007-10-23 Thread Rohan7
Hi , I'm trying to call a php webservice. I tried examples given in pdf - R as Web Client and SSOAP manual. I'm using RCurl and SSOAP library. I'm facing problem with SSOAP - Error in getProtocol(server) : call to standardGeneric("server") and with RCurl i only see the web service page. I