Groovy - Using GroovyWS as Web Service Client
It looks quite easy to use GroovyWS; however, it's not like that in my case.
In the beginning, if I just simply declare groovyws module in my maven project dependencies, I will always get an exception like this:
ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory
After googling awhile, I finally found this article and understood what's the cause of ClassCastException, and resulting to manually adjust the project dependencies to solve this problem.
https://gist.github.com/2217114












