From: Lei Ming Date: 2006-11-03T18:30:08+09:00 Subject: Re: How to parse an WSDL file ? Hi Stephane, soap4r can use REXML as the XML parser. I think you can use it's WSDL parsing code as a good example. http://raa.ruby-lang.org/project/soap4r Lei Ming Stephane Wirtel wrote: > Hi all, > > I would like to use the wsdl api from stdlib, but I didn't understand. > So, I will try to parse my wsdl file with REXML. > > Is there a small example of the use of this API ? > > Thanks > > Stephane