Skip to content

Instantly share code, notes, and snippets.

@dhaley
Last active December 19, 2015 00:39
Show Gist options
  • Save dhaley/5870017 to your computer and use it in GitHub Desktop.
Save dhaley/5870017 to your computer and use it in GitHub Desktop.
jira soap login issue
Debugger entered--Lisp error: (error "Error retrieving WSDL: 400")
signal(error ("Error retrieving WSDL: 400"))
error("Error retrieving WSDL: %s" 400)
soap-load-wsdl-from-url("https://cuboulder.atlassian.net/rpc/soap/jirasoapservice-v2?wsdl")
(setq jiralib-wsdl (soap-load-wsdl-from-url (if (string-equal jiralib-wsdl-descriptor-url "") (concat jiralib-url "/rpc/soap/jirasoapservice-v2?wsdl") jiralib-wsdl-descriptor-url)))
jiralib-load-wsdl()
(if jiralib-wsdl nil (jiralib-load-wsdl))
jiralib-login("foo" "foo")
call-interactively(jiralib-login)
ido-hacks-execute-extended-command(nil)
call-interactively(ido-hacks-execute-extended-command nil nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment