Retrieving values from WSDL before making a request
        Posted  
        
            by 
                Egor
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Egor
        
        
        
        Published on 2012-09-02T21:36:26Z
        Indexed on 
            2012/09/02
            21:37 UTC
        
        
        Read the original article
        Hit count: 360
        
I'm very new to working with web services and I'm trying to understand the basics of it in Android using the ksoap2 library. Here's the question: this is the WSDL file of a service I'm using. It's a service that converts values between different units. The units are stated in the WSDL. Now, is there any way to read those units and, say, populate a Spinner to let users choose the units they want to work with? A code solution will be highly appreciated. Thanks in advance.
© Stack Overflow or respective owner