Parsing xml with an any tag

Hi,

I am a newbe to Ruby and my very first question is: Is it even possible
to generate a complete SOAP xml from a WSDL with an any tag? If it is
how do i do it?

-Abhishek

On Thu, Sep 22, 2011 at 8:54 PM, abhishek asthana
[email protected] wrote:

I am a newbe to Ruby and my very first question is: Is it even possible
to generate a complete SOAP xml from a WSDL with an any tag? If it is
how do i do it?

Now I’m confused: do you want to create XML or parse XML? What to the
docs about WSDL say?

Kind regards

robert

Robert K. wrote in post #1023354:

On Thu, Sep 22, 2011 at 8:54 PM, abhishek asthana
[email protected] wrote:

I am a newbe to Ruby and my very first question is: Is it even possible
to generate a complete SOAP xml from a WSDL with an any tag? If it is
how do i do it?

Now I’m confused: do you want to create XML or parse XML? What to the
docs about WSDL say?

Kind regards

robert

Parse the wsdl xml and for now i am ignoring wsdls with any tag.