Marketcircle / jiraSOAP

Ruby interface to the JIRA SOAP API
http://rdoc.info/github/Marketcircle/jiraSOAP/master/frames
MIT License
31 stars 13 forks source link

Getting "The Response is not a valid SOAP envelope" error #11

Open rb512 opened 13 years ago

rb512 commented 13 years ago

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>

garciaf commented 10 years ago

I got the same issue. This bug occur when I use the "create_issue_with_issue" method