dynamic web reference for use in SSRS
        Posted  
        
            by davidsleeps
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by davidsleeps
        
        
        
        Published on 2009-05-13T05:54:34Z
        Indexed on 
            2010/04/05
            6:03 UTC
        
        
        Read the original article
        Hit count: 328
        
To use the web service that is part of an SSRS installation, it seems that you need to add a web reference to your project so that you can call it etc (see one of my previous questions).
But if I needed to call the web service for different SSRS installations then i need to keep adding extra web references. My asp.net application currently displays reports from several different SSRS installations, not just a single server...
Is there a way to either dynamically add the web reference or to dynamically change the server address of where the web service is located?
© Stack Overflow or respective owner