Passing parameters from android to .Net Web Service
        Posted  
        
            by benjamin schultz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by benjamin schultz
        
        
        
        Published on 2010-06-07T16:07:22Z
        Indexed on 
            2010/06/07
            16:12 UTC
        
        
        Read the original article
        Hit count: 594
        
I have an Android application that uses kSoap in connecting to my web services. This particular one is passing in a string value as a parameter, then my web service will use that parameter to query my database via a stored procedure. Problem is, I know how to pass the parameter from android, but I don't know how to retrieve it in my .Net(vb) web service and use it. Anyone have any code examples or a link to a tutorial to help me out? Thanks!
© Stack Overflow or respective owner