Forum Discussion

bensonbishural's avatar
10 years ago

Request a Reporting Services Web Service with soapui

Hi,

I am trying to load SSRS web services in SOAP UI. After specifying the wsdl, SOAPUI shows dialog for user name, pwd & domain. Even after giving the required info the dialog is shown again & no project gets added in SOAPUI.
I have been using the Reporting Service 2012
http://localhost/Reports_INSTANCE2012/r ... .asmx?WSDL

I checked in IE, i am able to access the wsdl in IE. My Report Server instance is running with local system built in account.

I have made the changes on rsreportserver.config

<Authentication>
<AuthenticationTypes>
<RSWindowsNTLM/>
<RSWindowsBasic/>
</AuthenticationTypes>
<RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>
<RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>


I have used the correct username and password. and i am using SOAPUI 4.5.1

Thanks.

1 Reply

  • gnanasekar's avatar
    gnanasekar
    New Contributor

    Hello bensonbishural

     

    You can check a report viewer page for SQL Reporting Services that uses exclusively its SOAP API Here !

     

    https://www.codeproject.com/Articles/9161/SQL-Reporting-Services-Viewer-Page-Using-SOAP-API

     

    Small intro about this topic 

    ------------------------------------

    This code is intended to provide a starting point for a SQL Reporting Services(SSRS) viewer that uses exclusively the SOAP API for rendering. This report will be embedded as a HTML fragment into the calling page and no IFRAME is used if the format is HTML. This is as an alternative to URL report access or to use the sample report viewer web server control that is coming with RS installation.

     

    I hope this will help you...thank's for reading.