A
Aa Aa
Hello,
I am trying to run a small test case here and it times out on me all the
time:
Here is my code:
require 'xmlrpc/client'
require 'pp'
applicationName = "Demo AcceptanceTestingApp"
server =
XMLRPC::Client.new2("https://vwtest.oas.psu.edu/isapi/gi.dll/rpc2")
result = server.call("blank","whatever",applicationName)
pp result
The call just times out even though I have other programs in Python, CF
working just fine.
Is there any way to see what ruby sends to the server? I tried using
HTTPAnalyzer, but it captures nothing.
I am wondering if it even sends anythign?
I am trying to run a small test case here and it times out on me all the
time:
Here is my code:
require 'xmlrpc/client'
require 'pp'
applicationName = "Demo AcceptanceTestingApp"
server =
XMLRPC::Client.new2("https://vwtest.oas.psu.edu/isapi/gi.dll/rpc2")
result = server.call("blank","whatever",applicationName)
pp result
The call just times out even though I have other programs in Python, CF
working just fine.
Is there any way to see what ruby sends to the server? I tried using
HTTPAnalyzer, but it captures nothing.
I am wondering if it even sends anythign?