Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

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

Open
rb512 opened this issue Oct 27, 2011 · 1 comment
Open

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

rb512 opened this issue Oct 27, 2011 · 1 comment

Comments

@rb512
Copy link

rb512 commented Oct 27, 2011

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
Copy link

garciaf commented Oct 20, 2014

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants