Sha256: cbf1d40cbeec39914d5bec25a8b967a3ff410a507c993fe675fb0cf76e0dab6f

Contents?: true

Size: 905 Bytes

Versions: 29

Compression:

Stored size: 905 Bytes

Contents

require 'default.rb'

class OverloadServicePortType
  # SYNOPSIS
  #   methodAlpha(in0, in1, in2)
  #
  # ARGS
  #   in0             C_String - {http://www.w3.org/2001/XMLSchema}string
  #   in1             C_String - {http://www.w3.org/2001/XMLSchema}string
  #   in2             C_String - {http://www.w3.org/2001/XMLSchema}string
  #
  # RETURNS
  #   methodAlphaReturn Long - {http://www.w3.org/2001/XMLSchema}long
  #
  def methodAlpha(in0, in1, in2)
    p [in0, in1, in2]
    raise NotImplementedError.new
  end

  # SYNOPSIS
  #   methodAlpha_2(in0, in1)
  #
  # ARGS
  #   in0             C_String - {http://www.w3.org/2001/XMLSchema}string
  #   in1             C_String - {http://www.w3.org/2001/XMLSchema}string
  #
  # RETURNS
  #   methodAlphaReturn Long - {http://www.w3.org/2001/XMLSchema}long
  #
  def methodAlpha_2(in0, in1)
    p [in0, in1]
    raise NotImplementedError.new
  end
end

Version data entries

29 entries across 29 versions & 11 rubygems

Version Path
mumboe-soap4r-1.6.0.pre.beta test/wsdl/overload/expectedServant.rb
DefV-soap4r-1.5.8.2 test/wsdl/overload/expectedServant.rb
mumboe-soap4r-1.5.8.7 test/wsdl/overload/expectedServant.rb
teo-soap4r-1.5.9b test/wsdl/overload/expectedServant.rb
mumboe-soap4r-1.5.8.6 test/wsdl/overload/expectedServant.rb
soap4r-spox-1.6.0 test/wsdl/overload/expectedServant.rb
soap4r-r19-1.5.9 test/wsdl/overload/expectedServant.rb
mumboe-soap4r-1.5.8.5 test/wsdl/overload/expectedServant.rb
soap4r-ruby1.9-2.0.5 test/wsdl/overload/expectedServant.rb
soap4r-sgonyea-1.6.0 test/wsdl/overload/expectedServant.rb
soap4r-straightjacket-1.5.9 test/wsdl/overload/expectedServant.rb
soap4r-straightjacket-1.5.8 test/wsdl/overload/expectedServant.rb
soap4r-ruby1.9-2.0.3 test/wsdl/overload/expectedServant.rb
soap4r-ruby1.9-2.0.2 test/wsdl/overload/expectedServant.rb
soap4r-ruby1.9-2.0.1 test/wsdl/overload/expectedServant.rb
mumboe-soap4r-1.5.8.4 test/wsdl/overload/expectedServant.rb
soap4r-ruby1.9-2.0.0 test/wsdl/overload/expectedServant.rb
hands-soap4r-1.5.8.4 test/wsdl/overload/expectedServant.rb
soap4r-ruby1.9-1.0.0 test/wsdl/overload/expectedServant.rb
rubyjedi-soap4r-1.5.8.20100616125722 test/wsdl/overload/expectedServant.rb