I’ve been contributing to the creation of a maven-datapower-plugin here on Zystems. It started out as a stand-alone application. I then moved on to fitting the code into the maven plugin framework. To communicate with the DataPower server it uses port 5550 which is commonly used by DP for SOAP based XML management of the device. Only some of the functions have been implemented and can be put in as goals in the different build phases.
I’m now looking into handling certificates when communicating with the server. I found a nice article handling the subject on JavaWorld:
Construct secure networked applications with certificates Part 1/Part 2/Part 3/Part 4

