AGPL License - does it apply in this scenario?
        Posted  
        
            by 
                user1645310
            
        on Programmers
        
        See other posts from Programmers
        
            or by user1645310
        
        
        
        Published on 2012-09-30T14:29:18Z
        Indexed on 
            2012/11/29
            23:18 UTC
        
        
        Read the original article
        Hit count: 312
        
There is an AGPLv3 based software (Client) that makes web service calls (using SOAP) to another software (Server - commercial, cloud based). There is no common code or any connection whatsoever between these two except for the web service calls being made.
My questions -
Does the Server need to be AGPL too? I guess not - but would like to confirm.
Let us say the end point URL for the Server can be configured on the Client side (by editing an XML file) to connect it to different Servers (again, there is no connection other than the webservice calls being made) does it require any of these Servers being AGPL?
Are there any issues in running the Client as a DLL that is loaded by other commercial applications on users' desktops? Does it require these other applications also to be AGPL?
© Programmers or respective owner