Displaying 6 results from an estimated 6 matches for "testservice".
2009 Jun 18
0
SSOAP access to a j2EE-ws service
...b2?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", "/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.ul...
2007 Feb 05
4
Having Trouble With Wait Command in Callback Context
I am trying to get called back with a DISA dial tone when I call a trigger
number. I got it to work almost the way I want, this is the callback
context:
[callback]
exten=> 501,1,Congestion()
exten=> 501,2,Hangup()
exten =>h,1,System(cp /etc/asterisk/callback.info
/var/spool/asterisk/outgoing)
exten =>h,2,Hangup()
With the above, the call comes into the trigger number, then the call
2009 Jun 24
1
Qualified parameters in SOAP body using .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", "/web2/TestService", 8080)
contentGreet <- .SOAP(server=smg8TestService, method="greetMe",
arg0="Olivier", action="", xmlns="http://web2.web/", .convert=FALSE)
But, AFAIU, the arg0 tag should NOT be...
2006 May 31
0
Ruby calling wsdl for authenticate() Help
Hi,
I have an url:
"http://localhost:7000/Webservices/testService.jws?WSDL=" which i need
to call from a ruby''s controller file TestWebService.rb for
authenticating the user-id. Can someone help me out to solve my issue?.
I have downloaded SOAP4R but nothing much I m able to get info for
calling this webservice.
Can someone help me out with p...
2016 Jun 10
0
Wine release 1.9.12
...support for PID ids in MimeBody Get/SetProp.
inetcomm: Add missing default properties.
include: Add ID3D10InfoQueue interface.
d3d10_1/tests: Test for ID3D10InfoQueue interface.
Andreas Maier (3):
msi: Use special error control flag in CreateService.
msi/tests: Delete TestService after testing.
msi/tests: Test for error control flag handling.
Andrew Eikum (2):
xaudio2: Shut down OpenAL in the correct order.
xaudio2: Implement GetVoiceDetails for source and submix voices.
Andrey Gusev (16):
include: Fix a typo in IHTMLSelection interface.
wine...
2010 Aug 12
14
Puppet system deployment hanging ..
We have successfully installed puppet on a CentOS Server, but I am
battling with a deployment.
It has to do with grid software. The repository gets created, then
begins installation.
The problem is that it just hangs - no errors, no network activity. I
can see puppet is running, but nothing it being updated.
Any pointers ?
--
You received this message because you are subscribed to the Google