Created
August 24, 2011 16:24
-
-
Save rubiii/1168444 to your computer and use it in GitHub Desktop.
trying to verify https://github.com/rubiii/savon/issues/192
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby-1.9.2-p180@buildertest ~/Desktop $ gemi savon | |
Fetching: builder-3.0.0.gem (100%) | |
Fetching: nori-1.0.2.gem (100%) | |
Fetching: rack-1.3.2.gem (100%) | |
Fetching: httpi-0.9.5.gem (100%) | |
Fetching: nokogiri-1.5.0.gem (100%) | |
Building native extensions. This could take a while... | |
Fetching: wasabi-2.0.0.gem (100%) | |
Fetching: gyoku-0.4.4.gem (100%) | |
Fetching: akami-1.0.0.gem (100%) | |
Fetching: savon-0.9.6.gem (100%) | |
Successfully installed builder-3.0.0 | |
Successfully installed nori-1.0.2 | |
Successfully installed rack-1.3.2 | |
Successfully installed httpi-0.9.5 | |
Successfully installed nokogiri-1.5.0 | |
Successfully installed wasabi-2.0.0 | |
Successfully installed gyoku-0.4.4 | |
Successfully installed akami-1.0.0 | |
Successfully installed savon-0.9.6 | |
9 gems installed | |
ruby-1.9.2-p180@buildertest ~/Desktop $ ruby btest.rb | |
D, [2011-08-24T18:21:45.873252 #55346] DEBUG -- : HTTPI executes HTTP GET using the net_http adapter | |
D, [2011-08-24T18:21:46.579506 #55346] DEBUG -- : SOAP request: http://ws.webgains.com/aws.php | |
D, [2011-08-24T18:21:46.580040 #55346] DEBUG -- : SOAPAction: "getUser", Content-Type: text/xml;charset=UTF-8 | |
D, [2011-08-24T18:21:46.580270 #55346] DEBUG -- : <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="urn:http://ws.webgains.com/aws.php" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="urn:http://ws.webgains.com/aws.php"><env:Body><getUser><id>1</id></getUser></env:Body></env:Envelope> | |
D, [2011-08-24T18:21:46.580565 #55346] DEBUG -- : HTTPI executes HTTP POST using the net_http adapter | |
D, [2011-08-24T18:21:46.782867 #55346] DEBUG -- : SOAP response (status 500): | |
D, [2011-08-24T18:21:46.783138 #55346] DEBUG -- : <?xml version="1.0" encoding="UTF-8"?> | |
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Procedure 'getUser' not present</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope> | |
/Users/rubiii/.rvm/gems/ruby-1.9.2-p180@buildertest/gems/savon-0.9.6/lib/savon/soap/response.rb:88:in `raise_errors': (SOAP-ENV:Server) Procedure 'getUser' not present (Savon::SOAP::Fault) | |
from /Users/rubiii/.rvm/gems/ruby-1.9.2-p180@buildertest/gems/savon-0.9.6/lib/savon/soap/response.rb:16:in `initialize' | |
from /Users/rubiii/.rvm/gems/ruby-1.9.2-p180@buildertest/gems/savon-0.9.6/lib/savon/soap/request.rb:49:in `new' | |
from /Users/rubiii/.rvm/gems/ruby-1.9.2-p180@buildertest/gems/savon-0.9.6/lib/savon/soap/request.rb:49:in `with_logging' | |
from /Users/rubiii/.rvm/gems/ruby-1.9.2-p180@buildertest/gems/savon-0.9.6/lib/savon/soap/request.rb:31:in `response' | |
from /Users/rubiii/.rvm/gems/ruby-1.9.2-p180@buildertest/gems/savon-0.9.6/lib/savon/client.rb:79:in `request' | |
from btest.rb:6:in `<main>' | |
ruby-1.9.2-p180@buildertest ~/Desktop $ gem uninstall builder | |
You have requested to uninstall the gem: | |
builder-3.0.0 | |
gyoku-0.4.4 depends on [builder (>= 2.1.2)] | |
savon-0.9.6 depends on [builder (>= 2.1.2)] | |
If you remove this gems, one or more dependencies will not be met. | |
Continue with Uninstall? [Yn] Y | |
Successfully uninstalled builder-3.0.0 | |
ruby-1.9.2-p180@buildertest ~/Desktop $ gem install builder -v=2.1.2 | |
Fetching: builder-2.1.2.gem (100%) | |
Successfully installed builder-2.1.2 | |
1 gem installed | |
ruby-1.9.2-p180@buildertest ~/Desktop $ gem li | |
*** LOCAL GEMS *** | |
akami (1.0.0) | |
builder (2.1.2) | |
gyoku (0.4.4) | |
httpi (0.9.5) | |
nokogiri (1.5.0) | |
nori (1.0.2) | |
rack (1.3.2) | |
rake (0.9.2) | |
savon (0.9.6) | |
wasabi (2.0.0) | |
ruby-1.9.2-p180@buildertest ~/Desktop $ ruby btest.rb | |
D, [2011-08-24T18:22:19.534341 #55412] DEBUG -- : HTTPI executes HTTP GET using the net_http adapter | |
D, [2011-08-24T18:22:19.998628 #55412] DEBUG -- : SOAP request: http://ws.webgains.com/aws.php | |
D, [2011-08-24T18:22:19.999151 #55412] DEBUG -- : SOAPAction: "getUser", Content-Type: text/xml;charset=UTF-8 | |
D, [2011-08-24T18:22:19.999362 #55412] DEBUG -- : <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="urn:http://ws.webgains.com/aws.php" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="urn:http://ws.webgains.com/aws.php"><env:Body><getUser><id>1</id></getUser></env:Body></env:Envelope> | |
D, [2011-08-24T18:22:19.999609 #55412] DEBUG -- : HTTPI executes HTTP POST using the net_http adapter | |
D, [2011-08-24T18:22:20.199972 #55412] DEBUG -- : SOAP response (status 500): | |
D, [2011-08-24T18:22:20.200270 #55412] DEBUG -- : <?xml version="1.0" encoding="UTF-8"?> | |
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Procedure 'getUser' not present</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope> | |
/Users/rubiii/.rvm/gems/ruby-1.9.2-p180@buildertest/gems/savon-0.9.6/lib/savon/soap/response.rb:88:in `raise_errors': (SOAP-ENV:Server) Procedure 'getUser' not present (Savon::SOAP::Fault) | |
from /Users/rubiii/.rvm/gems/ruby-1.9.2-p180@buildertest/gems/savon-0.9.6/lib/savon/soap/response.rb:16:in `initialize' | |
from /Users/rubiii/.rvm/gems/ruby-1.9.2-p180@buildertest/gems/savon-0.9.6/lib/savon/soap/request.rb:49:in `new' | |
from /Users/rubiii/.rvm/gems/ruby-1.9.2-p180@buildertest/gems/savon-0.9.6/lib/savon/soap/request.rb:49:in `with_logging' | |
from /Users/rubiii/.rvm/gems/ruby-1.9.2-p180@buildertest/gems/savon-0.9.6/lib/savon/soap/request.rb:31:in `response' | |
from /Users/rubiii/.rvm/gems/ruby-1.9.2-p180@buildertest/gems/savon-0.9.6/lib/savon/client.rb:79:in `request' | |
from btest.rb:6:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment