Giter Club home page Giter Club logo

detergent's Introduction

Detergent - An emulsifying Erlang SOAP library

Detergent helps make SOAP interactions in Erlang uhh... cleaner (pun totally intended)!

History

Most code in Detergent was originally extracted from the SOAP implementation in Yaws, the idea being to make this more readily available without having to install Yaws itself.

There are obviously changes in Detergent that make it different from the Yaws implementation, and these will continue. Hopefully these changes make Detergent easier to use.

Dependencies

Detergent depends on the excellent Erlsom library for all XML interactions. Erlsom takes away quite a bit of the pain of working with XML.

Building

Detergent uses rebar for building and wraps it i a Makefile for convenience.

First clone Detergent from GitHub:

$ git clone git://github.com/devinus/detergent.git

Then change into the newly created directory:

$ cd detergent

And make:

$ make

Rebar will first pull in Erlsom as a dependency from GitHub, attempt to build it, then build Detergent.

Testing

To test your Detergent build, start an Erlang shell and run the detergent:qtest/0 function.

The qtest/0 function attempts to call a web service at webservicex.net to retrieve the weather repeat for Boston.

$ erl -pa deps/erlsom/ebin ebin
> inets:start().
> detergent:qtest().

License

Most code is copyright (c) 2006 by Claes Wikstrom and you can find his license in LICENSE.

Anything else is provided under public domain which you can learn more about in UNLICENSE.

detergent's People

Contributors

essiene avatar onkel-dirtus avatar

Watchers

James Cloos 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.