I tried using jiraSOAP with ruby 1.9.2 and jira 4.2.2, but the moment I provide my login credentials in the login method,
I get the following error:
irb(main):004:0> jira.login "my id","my password"
RuntimeError: The response is not a valid SOAP envelope
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/handsoap-1.1.8/lib/handsoap/service.rb:388:in on_missing_document' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/handsoap-1.1.8/lib/handsoap/service.rb:442:inparse_http_response'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/handsoap-1.1.8/lib/handsoap/service.rb:250:in invoke' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/jiraSOAP-0.10.3/lib/jiraSOAP/api.rb:55:inbuild'
from C:/Ruby192/lib/ruby/gems/1.9.1/gems/jiraSOAP-0.10.3/lib/jiraSOAP/api.rb:69:in soap_call' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/jiraSOAP-0.10.3/lib/jiraSOAP/api.rb:18:inlogin'
from (irb):4
from C:/Ruby192/bin/irb:12:in `'
irb(main):005:0>
I tried using jiraSOAP with ruby 1.9.2 and jira 4.2.2, but the moment I provide my login credentials in the login method, I get the following error:
irb(main):004:0> jira.login "my id","my password" RuntimeError: The response is not a valid SOAP envelope from C:/Ruby192/lib/ruby/gems/1.9.1/gems/handsoap-1.1.8/lib/handsoap/service.rb:388:in'
irb(main):005:0>
on_missing_document' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/handsoap-1.1.8/lib/handsoap/service.rb:442:in
parse_http_response' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/handsoap-1.1.8/lib/handsoap/service.rb:250:ininvoke' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/jiraSOAP-0.10.3/lib/jiraSOAP/api.rb:55:in
build' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/jiraSOAP-0.10.3/lib/jiraSOAP/api.rb:69:insoap_call' from C:/Ruby192/lib/ruby/gems/1.9.1/gems/jiraSOAP-0.10.3/lib/jiraSOAP/api.rb:18:in
login' from (irb):4 from C:/Ruby192/bin/irb:12:in `