Soap « grails « Java Enterprise Q&A





1. WSClient Plugin Soap 1.2 Error    stackoverflow.com


Environment: Grails-1.3.4, Ubuntu 9.10, Intellij 9.0.3, JVM 1.6 I'm getting the below stack trace using WSClient while trying to interact with a SOAP 1.2 server. I was able to get the

2. Call .NET DLL compiled under Mono from Grails Application or use SOAP?    stackoverflow.com

Part of my project wrote all their code in C#. Our web application is in Grails and needs to access their code. The interface for what we need is ...

3. Grails and consume SOAP webservice    stackoverflow.com

Being fairly new to Grails i was wondering what people use to consume a webservice in Grails projects. So the client side of the system? Any recommendations? I see people using ...

4. Groovy/Grails mock web service based on WSDL    stackoverflow.com

I've inherited a Grails app which makes calls out to a web service, using javax.xml.ws* classes and I'm trying to find a way to mock the web service based on the ...

5. contract first soap web service in grails    stackoverflow.com

What is the best way to writing contract first SOAP web service in a grails application? I've found there are two plugin available to write contract first webservice 1. Grails Metro ...