Sha256: 155f32d5c14d5fe7765a589f56213cb1a72a43329af6c707533b8a379b025231

Contents?: true

Size: 544 Bytes

Versions: 5

Compression:

Stored size: 544 Bytes

Contents

# WSDL4R - Base definitions.
# Copyright (C) 2000, 2001, 2003  NAKAMURA, Hiroshi <nahi@ruby-lang.org>.

# This program is copyrighted free software by NAKAMURA, Hiroshi.  You can
# redistribute it and/or modify it under the same terms of Ruby's license;
# either the dual license version in 2003, or any later version.


require 'action_web_service/xsd/qname'


module WSDL


Version = '0.0.2'

Namespace = 'http://schemas.xmlsoap.org/wsdl/'
SOAPBindingNamespace ='http://schemas.xmlsoap.org/wsdl/soap/'

class Error < StandardError; end


end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
reidiculous-actionwebservice-client-3.0.10 lib/action_web_service/wsdl/wsdl.rb
reidiculous-actionwebservice-client-3.0.6 lib/action_web_service/wsdl/wsdl.rb
reidiculous-actionwebservice-client-3.0.4.1 lib/action_web_service/wsdl/wsdl.rb
reidiculous-actionwebservice-client-3.0.4 lib/action_web_service/wsdl/wsdl.rb
reidiculous-actionwebservice-3.0.3 lib/action_web_service/wsdl/wsdl.rb