tommielke / wslite-example

Example project showing who to use groovy-wslite in practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wslite-example

Example project showing who to use groovy-wslite in practice. Covers logging and writing unit tests as described in this blog post.

Based on GetMothersDay example from original groovy-wslite README.

Usage

gradle run runs real invocation of GetMothersDay webservice

gradle test runs unit tests

About

Example project showing who to use groovy-wslite in practice