parsing returned SOAP message

<[email protected]> Mon, 22 Sep 2003 12:23:35 +0300
Newsgroups gmane.comp.java.enhydra.ksoap
Message-ID <[email protected]>
 Hi all,
	i am using ksoap for a J2ME-servlet communication and
i have the following problem.
 My returned SOAP message has following structure
 
 <SOAP-ENV>
    <SOAP-BODY>
       <agencies>
          <agency>
               <name>..</name>
               <tel>..</tel>
               <email>..</email>
               <location>...</location>
          </agency>
         <agency>
               <name>..</name>
               <tel>..</tel>
               <email>..</email>
               <location>...</location>
          </agency>
          <agency>
               <name>..</name>
               <tel>..</tel>
               <email>..</email>
               <location>...</location>
          </agency>
       .....
   </SOAP-BODY>
 </SOAP-ENV>
 
 
 I have to parse this XML on the J2ME side and i was wondering 
 how to do that using ksoap..
 
has anyone ever done it?
if so, can he/she send me a sample on how to do that?

with best regards
	marco