[#9722] Kernel#system broken inside Dir.chdir(&block) if system command doesn't have shell characters — <noreply@...>

Bugs item #7278, was opened at 2006-12-14 13:59

8 messages 2006/12/14

[#9749] System V IPC in standard library? — Steven Jenkins <steven.jenkins@...>

Back in August, I needed a semaphore to serialize access to an external

14 messages 2006/12/19

[#9753] CVS freeze — SASADA Koichi <ko1@...>

Hi,

20 messages 2006/12/20
[#9755] Re: [ruby-dev:30039] CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

[#9757] Re: [ruby-dev:30040] Re: CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

[ ruby-Bugs-7036 ] Cannot parse one-way WSDL - binding style="document", no wsdl:output tag

From: <noreply@...>
Date: 2006-12-04 12:25:19 UTC
List: ruby-core #9662
Bugs item #7036, was opened at 2006-12-04 23:25
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=7036&group_id=426

Category: Standard Library
Group: 1.8.5
Status: Open
Resolution: None
Priority: 3
Submitted By: Jason Bell (jbell)
Assigned to: Nobody (None)
Summary: Cannot parse one-way WSDL - binding style="document", no wsdl:output tag

Initial Comment:
Error when parsing one-way WSDL with soap:binding style="document" and no wsdl:output.  Example:

<wsdl:binding name="someBinding" type="sometype">
  <soap:binding style="document" .../>
  <wsdl:operation name="some_op">
    <soap:operation ...../>
      <wsdl:input>
        <soap:body use="literal" .../>
      </wsdl:input>
    </wsdl:operation>
</wsdl:binding>

Error:
/usr/local/lib/ruby/1.8/wsdl/operation.rb:67:in `outputparts': undefined method `find_message' for nil:NilClass (NoMethodError)
        from /usr/local/lib/ruby/1.8/wsdl/soap/methodDefCreator.rb:72:in `collec t_documentparameter'
        from /usr/local/lib/ruby/1.8/soap/wsdlDriver.rb:132:in `create_param_def '
        from /usr/local/lib/ruby/1.8/soap/wsdlDriver.rb:101:in `add_operation'
        from /usr/local/lib/ruby/1.8/xsd/namedelements.rb:58:in `each'
        from /usr/local/lib/ruby/1.8/xsd/namedelements.rb:57:in `each'
        from /usr/local/lib/ruby/1.8/soap/wsdlDriver.rb:96:in `add_operation'
        from /usr/local/lib/ruby/1.8/soap/wsdlDriver.rb:40:in `create_rpc_driver '
        from soap_sender.rb:3


----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=7036&group_id=426

In This Thread

Prev Next