Sha256: d86cd492863dfa966bf8926f78f965bce56b7d4314de724cf9a0b0cfb124735e
Contents?: true
Size: 605 Bytes
Versions: 38
Compression:
Stored size: 605 Bytes
Contents
# encoding: ASCII-8BIT # WSDL4R - Base definitions. # Copyright (C) 2000-2007 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 'xsd/qname' require 'soap/nestedexception' module WSDL Version = '0.0.2' Namespace = 'http://schemas.xmlsoap.org/wsdl/' SOAPBindingNamespace ='http://schemas.xmlsoap.org/wsdl/soap/' class Error < StandardError; include ::SOAP::NestedException; end end
Version data entries
38 entries across 38 versions & 10 rubygems