-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined method `get_web' for #<Savon::Client:0xb6d9fce0> #1
Comments
I think I have a similar issue: C:/Ruby/lib/ruby/1.8/rexml/parsers/baseparser.rb:330:in `pull': Missing end tag for 'META' (got "HEAD") (REXML::ParseException)
|
Sorry for the late reply, we got no notifications from github. Can you try the experimental branch. It contains a number of fixes, including one for your issue. @friflaj: Check if you pass the correct URL for the WSDL. The URL returns something else then a WSDL document. This could have something to do with authentication; failed authentication returns an HTML document that isn't valid XML and cannot be parsed by REXML. Could you try using a newer version of savon-xaop (0.7.2.5). It contains a number of changes including a fix related to authentication. |
Tried switching to experimental. Got the same error: osxbox:examples roberto$ pwd
osxbox:examples roberto$ gem list *** LOCAL GEMS *** abstract (1.0.0) Does anything look out of the ordinary? |
Hi,
I'm trying out your library and I'm getting the following error:
roberto@udesktop:~/code/activesptest$ ruby test.rb
/home/roberto/.rvm/gems/ruby-1.8.7-p330/gems/savon-xaop-0.7.2.5/lib/savon/client.rb:33:in
method_missing': undefined method
get_web' for #Savon::Client:0xb6d9fce0 (NoMethodError)from /home/roberto/.rvm/gems/ruby-1.8.7-p330/gems/activesp-0.0.7/lib/activesp/site.rb:299:in
send' from /home/roberto/.rvm/gems/ruby-1.8.7-p330/gems/activesp-0.0.7/lib/activesp/site.rb:299:in
call'from /home/roberto/.rvm/gems/ruby-1.8.7-p330/gems/activesp-0.0.7/lib/activesp/site.rb:207:in
call' from /home/roberto/.rvm/gems/ruby-1.8.7-p330/gems/activesp-0.0.7/lib/activesp/site.rb:221:in
data__uncached'from (eval):5:in
data' from /home/roberto/.rvm/gems/ruby-1.8.7-p330/gems/activesp-0.0.7/lib/activesp/site.rb:229:in
attributes_before_type_cast__uncached'from (eval):5:in
attributes_before_type_cast' from /home/roberto/.rvm/gems/ruby-1.8.7-p330/gems/activesp-0.0.7/lib/activesp/site.rb:243:in
original_attributes__uncached'from (eval):5:in
original_attributes' from /home/roberto/.rvm/gems/ruby-1.8.7-p330/gems/activesp-0.0.7/lib/activesp/base.rb:121:in
current_attributes__uncached'from (eval):5:in
current_attributes' from /home/roberto/.rvm/gems/ruby-1.8.7-p330/gems/activesp-0.0.7/lib/activesp/base.rb:58:in
has_attribute?'from /home/roberto/.rvm/gems/ruby-1.8.7-p330/gems/activesp-0.0.7/lib/activesp/base.rb:99:in
method_missing' from test.rb:9:in
browse'from test.rb:26
I'm not sure if it's due to my ruby version, the fact that I'm using RVM, or that the gem is currently broken.
roberto@udesktop:~/code/activesptest$ ruby -v
ruby 1.8.7 (2010-12-23 patchlevel 330) [i686-linux]
The text was updated successfully, but these errors were encountered: