SOAP call from JIRA plugin to outside hosted service ?

Anil Gupta November 8, 2018

Hi All,

I am new to JIRA API(Java).

I know SOAP is deprecated for accessing towards JIRA but it does not prevent to make SOAP call towards outside from JIRA.

Is there any issue in such implementation ?

Please help.

Thanks Anil

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.
November 8, 2018

No, there should be no problem doing it.  Import the libraries you need into your add-on or script and run the SOAP calls as needed.

Anil Gupta March 11, 2019

Thanks Nic, your input help to proceed. So writing this post successfull implementation :)

Just to add couple of points -

- I have tried with jaxws and axis(1.4) and both works fine 

- I have bundled dependencies(scope as compile) in both cases(jaxws/axis) for required jars

Suggest an answer

Log in or Sign up to answer