SSRS wsdl web service endpoint using Java

1) Download SSRS wsdl service classes for using wsdl endpoint from SSRS server using wsimport command wsimport.exe -Xauthfile wsxauthfile http://<servername>/reportserver/reportService2005.asmx?wsdl -s <location to download files> -extension Here: wsxauthfile is auth credentials file, create a file where you are downloading SSRS web service classes Contents in wsxauthfile : http://<username>:<password>@<servername>/ReportServer/reportexecution2005.asmx?wsdl e.g.: open command prompt and create d:ssrs\lib … Continue reading SSRS wsdl web service endpoint using Java