Sha256: bcb09963467fd4c97792cb84c3e7b7981fa5b56a7ad9d2654e9608f0ec6a7ad8
Contents?: true
Size: 582 Bytes
Versions: 33
Compression:
Stored size: 582 Bytes
Contents
# 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
33 entries across 33 versions & 15 rubygems