Skip to content

sandwichclub/soapui-util

Repository files navigation

SoapUI-Util

Build Status Coverage Status

To use this gem, the following environment variables must be set:

`JAVA_HOME: <java home directory>              #example: /opt/jdk1.7.0_04
LD_LIBRARY_PATH: <java home directory>/lib     #example: /opt/jdk1.7.0_04/lib`

To validate against a WSDL stored in a file pass in: 'file:<path to file>'

TODO:

  • [done] fix java unit tests wsdlMessageValidatorTest
  • wsdlMessageValidator.java, line 146: fix parsing out body tag from message to be more friendly
  • fix: NameError: uninitialized constant MessageValidator::WsdlMessageValidatorFaultException, which occurs when the soap xml is malformed
  • validate soap faults as well
  • add ability to disable soapui lib logging (console log messages and log files)
  • add missing license files
  • add travis.yml support
  • clean up gemspec
  • setting JAVA_HOME, read from config.yml?
    • easy fix: add support for java_home to watirmark configuration?
  • add more tests to spec
  • reduce javalib dependencies
  • create rake task to build gem

About

Ruby wrapper for Soap UI functionality

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published