A fork of https://github.com/Synerty/SOAPpy-py3 This is a working tree till fixes get imported upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

57 lines
2.3 KiB

  1. ==============================================
  2. SOAPpy - Simple to use SOAP library for Python
  3. ==============================================
  4. Current Maintainers:
  5. Gregory R. Warnes <Gregory.R.Warnes@Pfizer.com>
  6. Christopher Blunck <blunck2@gst.com>
  7. Original Authors:
  8. Cayce Ullman <c_ullman@yahoo.com>
  9. Brian Matthews <blm@blmatthews.com>
  10. Contributions by:
  11. Brad Knotwell <b.knotwell@f5.com>
  12. Mark Bucciarelli <mark@hubcapconsulting.com> (ported WSDL
  13. client from ZSI)
  14. Ivan R. Judson <judson@mcs.anl.gov> (Globus support)
  15. Kirk Strauser <kirk@daycos.com>
  16. Antonio Beamud Montero <antonio.beamud@linkend.com> (patches
  17. for integrating SOAPpy into Zope)
  18. Copyright (c) 2002-2003, Pfizer, Inc.
  19. Copyright (c) 2001, Cayce Ullman.
  20. Copyright (c) 2001, Brian Matthews.
  21. All rights reserved.
  22. LICENSE:
  23. ----------------------------------------------------------------------------
  24. Redistribution and use in source and binary forms, with or without
  25. modification, are permitted provided that the following conditions are met:
  26. Redistributions of source code must retain the above copyright notice, this
  27. list of conditions and the following disclaimer.
  28. Redistributions in binary form must reproduce the above copyright notice,
  29. this list of conditions and the following disclaimer in the documentation
  30. and/or other materials provided with the distribution.
  31. Neither the name of actzero, inc. nor the names of its contributors may
  32. be used to endorse or promote products derived from this software without
  33. specific prior written permission.
  34. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  35. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  36. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  37. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
  38. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  39. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  40. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  41. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  42. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  43. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  44. DAMAGE.