search for: versionhttpsoap11endpoint

Displaying 1 result from an estimated 1 matches for "versionhttpsoap11endpoint".

2009 Jun 03
1
SSOAP failing
...I tried here: http://smg8.ulb.ac.be:8080/axis2/services/listServices. I used the following commands: library("SSOAP") smg8Version <- SOAPServer("smg8.ulb.ac.be", "axis2/services/Version", 8080) .SOAP(smg8Version, "getVersion", action=I("VersionHttpSoap11Endpoint")) The first command seems to give a proper smg8Version object, but the second one fails with "Error: evaluation nested too deeply: infinite recursion / options(expressions=)?". I tried different "action" values, because I don't know what I should put there. But I...