Displaying 1 result from an estimated 1 matches for "r2903".
Did you mean:
22903
2006 Apr 27
1
SOAP service - perl server, ruby consumer incompatability
...puts "first block"
puts ex
end
begin
ob.call("set_sql", "select * from cre_master")
rescue Exception => ex
puts "second block"
puts ex
end
=== end client script ===
When I run the programme, the output was:
=== start output ===
RubyMate r2903 running Ruby v1.8.3.
>>> ~/src/odbcBridgeClient.rb
second block
Failed to access class (cgi-bin::misc::OdbcBridgeServer) at C:/Perl/
site/lib/SOAP/Lite.pm line 2131.
Program exited normally.
=== end output ===
What''s the best way to find out what requests/responses are going...