You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
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>
The text was updated successfully, but these errors were encountered:
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:in
parse_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:in
build'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:in
login'from (irb):4
from C:/Ruby192/bin/irb:12:in `
irb(main):005:0>
The text was updated successfully, but these errors were encountered: