Displaying 1 result from an estimated 1 matches for "listservices".
Did you mean:
itservices
2009 Jun 03
1
SSOAP failing
...service itself seems to be working as I could
access it using an other client (eclipse Web Server tester).
You will find the service wsdl here:
http://smg8.ulb.ac.be:8080/axis2/services/Version?wsdl, and informations
on the other services 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...