DELETE_BYNAME web service throws Exception (502) Bad Gateway
We are using Stellent web services from our java application. I want to delete document from content management regardless of its revisions e.g. it should delete all revision of that document.
For this I am using Delete_ByName web service.
I have attached WSDL which I am using. I have generated this wsdl by adding Delete_ByName Service in sample CheckIn wsdl which are available in Generate WSDL menu.
I have created stub and giving call to this service. But it gives us exception
"(502) Bad Gateway" . Same stub object I am using for checkin and it is working properly with checkin service.