Recently we upgraded to 8.5 and the web services consumer code that was built using axis ( java api for web services) Failed to work.
The code from version 7.0 could not compile.( Use source 5 or higher to use Enum Key word.
I decided to use the 8.5 web services consumer design element. But i found that there was not tutorial to refer to.
Finally I was able to call a web service consumer code in 8.5 using the following steps.
com.midasactionapisoaphandler.www.definitions.MidasActionAPISoapHandlerRemoteInterface.MidasActionAPISoapHandlerJavaPortType stub = new MidasActionAPISoapHandlerServiceLocator().getMidasActionAPISoapHandlerPort();
stub.setCredentials("Username","password");
I hope that this will be useful for some one who wants to start on this topic