System.ServiceModel.EndpointNotFoundException: There was no endpoint listening

Rajesh Wadhwani August 19, 2015

Hi Guys,

We have been using JIRA .net api v2.5 and until yesterday everything has been working just fine and we started getting the following exception:

 

System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://<ourcompany>.atlassian.net/rpc/soap/jirasoapservice-v2 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. ---> System.Net.WebException: The remote server returned an error: (404) Not Found.

Please advise as soon as possible as we have implemented integration with JIRA.

Many Thanks

1 answer

0 votes
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.
August 19, 2015

That's correct behaviour - SOAP was deprecated a long time ago and has finally been turned off completely.  (In fact, it was deprecated before Cloud JIRA was created, and it was noted in all the docs for developing connections to JIRA.

You need to re-write your "integration" to use REST instead.

Suggest an answer

Log in or Sign up to answer