search for: greetm

Displaying 2 results from an estimated 2 matches for "greetm".

Did you mean: greetz
2009 Jun 24
1
Qualified parameters in SOAP body using .SOAP
...s:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body> <greetMe xmlns="http://web2.web/"> <arg0 xsi:type="xsd:string">Olivier</arg0> </greetMe> </SOAP-ENV:Body> </SOAP-ENV:Envelope> The R commands used are: library("SSOAP") smg8TestService <- SOAPServer("smg8.ulb.ac.be", &...
2009 Jun 18
0
SSOAP access to a j2EE-ws service
...from R: --- > library("SSOAP") Loading required package: XML Loading required package: RCurl Loading required package: bitops Loading required package: XMLSchema > greeter <- SOAPServer("smg8.ulb.ac.be", "/web2/TestService", 8080) > .SOAP(greeter, "greetMe", action="", xmlns="http://web2.web/", .opts=list(verbose = TRUE)) --- The result of the .SOAP call follows: --- * About to connect() to smg8.ulb.ac.be port 8080 (#0) * Trying 127.0.0.1... * connected * Connected to smg8.ulb.ac.be (127.0.0.1) port 8080 (#0) > POST /...