Giter Site home page Giter Site logo

seife's Introduction

Seife

Seife is a simple soap tool for testing or for integration 
The programm is so easy that you can implement the idea in any language in real world applications.

What is soap ?
Soap is a kind of communication protokoll which is based on xml.
In 99% it uses http post request to communicate.
It calls remote methods (defined in the xml) which return a result. There are a lot of frameworks around soap but mainly its a simple http post to a http adress, which can even be done with curl.

The idea behind seife is to define a soap request in a file as a template, to fill out the template and post it.
The template can be filled out for example in seife with the ruby ERB Parser.
Now a response comes back. This response can be parsed by dom or simply by regex.
In practice I use soapui to get the request content which I copy and paste in the request file for seife, Then the placeholders for the parser are inserted.
There is one example in seife.

Seife is not a programm out of the box. It is an idea to deal with soap without the complexity of a fully featured framework.

tserv.rb is a testserver (you need the sinatra gem) to which can be posted

ruby seife.rb 


seife's People

Contributors

erhard avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.