Confluence SoapAPI Throws "WebException: The request failed with HTTP status 502: Proxy Error." exception while calling GetAttachmentData() method.
I was trying to get attachments of a wikipage. It was working fine for some attachments but after some moment it gave particualr exception.
WebException: The request failed with HTTP status 502: Proxy Error.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at ConfluenceAPIWebsServiceVersion2.ConfluenceSoapServiceService.getAttachmentData(String in0, Int64 in1, String in2, Int32 in3)
at APIService.ConfluenceService.GetAttachmentData(Int64 id, String attachmentName, Int32 doc
It was the first exception in the loop.
After then for every remaining attachment call it throws
WebException: The request failed with HTTP status 503: Service Temporarily Unavailable.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Tzunami.Common.EcmConfluenceExporter.ConfluenceAPIWebsServiceVersion2.ConfluenceSoapServiceService.getAttachmentData(String in0, Int64 in1, String in2, Int32 in3)
Please help me on what is the cause and resolution for this issue
Hi Gopal,
I don't have experience personally with the SOAP API as Atlassian depreciated SOAP some time ago and has been trying to get everyone to switch over to REST. While SOAP still works (but is depreciated), it soon will be removed from Confluence. I'd suggest switching over to the REST API. This will hopefully get you past the error, but will make it easier for the community to troubleshoot even if you still see errors.
More information about the REST API: https://developer.atlassian.com/confdev/confluence-server-rest-api
Getting attachments: https://docs.atlassian.com/confluence/REST/latest-server/#content/{id}/child/attachment-getAttachments
Sample API call using curl: https://developer.atlassian.com/confdev/confluence-server-rest-api/confluence-rest-api-examples
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.