search for: smg8

Displaying 3 results from an estimated 3 matches for "smg8".

Did you mean: mg8
2009 Jun 03
1
SSOAP failing
...trator in the axis2 Apache package: "Version" (takes no input parameters and should return a string with the version number). The web 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/service...
2009 Jun 18
0
SSOAP access to a j2EE-ws service
...am currently trying to access a SOAP web service (hosted on a JBoss5 server and defined as a J2EE-ws service) via the SSOAP R-package. But all I can get is a NULL answer. The web service seems to work as it can be accessed using a general web-service tester. The web service wsdl is here: http://smg8.ulb.ac.be:8080/web2?wsdl. This is how I try to call the web 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&q...
2009 Jun 24
1
Qualified parameters in SOAP body using .SOAP
...space including the parameters in the SOAP body. In short, my question is: how can I send unqualified parameters in the SOAP body of a call produced through the SOAP package? Details of what I try to do follow. The SOAP package sends this soap envelope to my test web service (wsdl here [http://smg8.ulb.ac.be:8080/web2?wsdl]). <SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLS...