wsdl parsing fails: Unknown attr {}mixed. (save me from doing this in Perl)

C

Chris McMahon

I'm using SOAP::WSDLDriverFactory.new(WSDL_URL).createDriver

to retrieve a WSDL and (hopefully) use the particular methods defined
there, but when the Ruby script tries to read the WSDL returned from
the initial GET

GET /soap/wsdl HTTP/1.1
User-Agent: WSDL4R (/114, ruby 1.8.2 (2004-12-25) [i386-mswin32])
Date: Sun Mar 26 13:10:43 Central Standard Time 2006
Content-Length: 0
Host: 192.168.2.103:8000

the WSDL is returned correctly from the server, but the Ruby script
only reports

Unknown attr {}mixed.
Unknown attr {}mixed.
Unknown attr {}mixed.
Unknown attr {}mixed.
Unknown attr {}mixed.
Unknown attr {}mixed.
Unknown attr {}mixed.

etc.

I have this working in a Perl script, so I'm certain that it's not a
server-side problem. Any ideas on how to fix this in Ruby would be
welcome. (Since I'd kinda rather not do this in Perl if I can help
it.)

-Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,830
Latest member
ZADIva7383

Latest Threads

Top