You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
W, [2012-11-23T14:15:15.312759 #7544] WARN -- : HTTPI executes HTTP GET using the httpclient adapter
C:/Ruby193/lib/ruby/gems/1.9.1/gems/wasabi-2.5.1/lib/wasabi/resolver.rb:31:in `from_remote': #<HTTPI::Response:0x346b3d8> (Wasabi::Resolver::HTTPError) from C:/Ruby193/lib/ruby/gems/1.9.1/gems/wasabi-2.5.1/lib/wasabi/resolver.rb:21:in `xml' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/wasabi-2.5.1/lib/wasabi/document.rb:113:in `xml' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/wasabi-2.5.1/lib/wasabi/document.rb:131:in `parse'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/wasabi-2.5.1/lib/wasabi/document.rb:118:in `parser' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/wasabi-2.5.1/lib/wasabi/document.rb:34:in `endpoint' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/savon-1.2.0/lib/savon/soap/request_builder.rb:170:in `configure_dependencies' from C:/Ruby193/lib/ruby/gems/1.9.1/gems/savon-1.2.0/lib/savon/soap/request_builder.rb:51:in `request'
from C:/Ruby193/lib/ruby/gems/1.9.1/gems/savon-1.2.0/lib/savon/client.rb:86:in `request' from D:/Ruby for Jam/RubyApplication1/lib/main.rb:74:in `<main>'
I am totally new to ruby, can anyone please help me out of this with running code or erro in above code.
Thanks,
Baba
The text was updated successfully, but these errors were encountered:
I've run into this same issue. It seems that Wasabi doesn't follow redirects and instead throws an error. You might try opening the URL to the Sharepoint WSDL and see if your browser redirects you elsewhere and then use the new URL in your script.
Hello everyone,
I'm using savon to integrate with sharepoint, Below is my code
But i am getting following issues/error,
I am totally new to ruby, can anyone please help me out of this with running code or erro in above code.
Thanks,
Baba
The text was updated successfully, but these errors were encountered: