Technology

Generating stubs for SOAP calls using IntelliJ IDEA

Since working with SOAP calls in XML is very tiresome, we have libraries like axis and wsdl2java to generate stubs to make web-service client calls. I generated the stubs using IntelliJ IDEA to make SOAP calls in grails using the steps below. 1. Adding Framework Support If the IntelliJ project does not already have the framework...

by Sachin
Tag: axis2
13-Jul-2010