Introduction
Coreservice is used to perform operation on cms i.e.
connect to cms, create content, create workflow etc.
To work with Coreservice with java we have to setup
code which consume coreservice as wsdl soap client.
Repository
To check reference implementation please checkout
https://github.com/neeteshnarvaria/java-tridion-sites-coreservice
Here we have used maven to build application
Implementation
Setup module to generate library from soap url.
1.
Setup build...