I am also facing the same problem. When I visited the URL in my browser 
I could see the WSDL. But when I tried in application I was getting the 
same error.

When I explored the cause of the error, I could find that the problem is 
with the encoding style. I am getting teh WSDL::Part type as

   {http://schemas.xmlsoap.org/soap/encoding/}string

But when it compares with the existing types, there is no such one.

'{http://schemas.xmlsoap.org/soap/encoding/}base64' is available in the 
existing types. The other types are of 
'{http://www.w3.org/2001/XMLSchema}' types.

Please refer /ruby/lib/ruby/1.8/soap/mapping/typeMap.rb .

I am analyzing it but I have not yet found the solution. Please help if 
can find it out.


Thanks in advance...
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to