This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I have wsdl url. I need to write a java code to invoke various functionalities offered at that wsdl. Could anyone guide me how to proceed. It is SOAP based. Thanks in advance.
Use a stub generator e.g. wsimport or wsdl2java to generate the client stubs from the wsdl. Then start writing the client side. The framework you will use will take care of the soap stuff