How can I get wsdl of a JIRA?

nipun d February 20, 2013

How can I get wsdl of a JIRA?

I tried to get WSDL using url http://hostname/jira/rpc/soap/jirasoapservice-v2?wsdl

but got 404 error.

1 answer

1 accepted

1 vote
Answer accepted
Grzegorz Dlugoszewski
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 20, 2013

Are you sure your base URL is "http://hostname/jira" and not, for example, just "http://hostname"?

You can get the wsdl by adding "/rpc/soap/jirasoapservice-v2?wsdl" to the URL you use to access JIRA.

Also pay attention if you use the right port. For example: if you access you jira on port 8080 (like that: http://localhost:8080) then the wsdl will be available here: http://localhost:8080/rpc/soap/jirasoapservice-v2?wsdl.

Cheers!

Arlene April 28, 2016

I've tried both these options and neither work. I still get a 404. Could it be something to do with the allow remote api calls setting?

 

Suggest an answer

Log in or Sign up to answer