jira webservices

Venkatesh Bn June 16, 2012

i am writing a standalone java application, how do i have to invoke the webservice of JIRA. I read that i have to use apache axis, can any one help me?

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 16, 2012

Apache Axis is not essential for writing java to talk to Jira.

Have you tried the examples under https://confluence.atlassian.com/display/JIRA042/Creating+a+SOAP+Client ?

If you've got that far and want to use Axis to help build up your application, then you may be better off asking in Axis related forums/communities, although I'm sure there are people here who have used it with their applications that talk to Jira.

Bear in mind that SOAP is not really the way forward for Jira, so although I doubt it'll be dropped from new releases, it won't be improved either. Atlassian are concentrating on REST in later versions.

Suggest an answer

Log in or Sign up to answer