Hi!
I have installed Content Server v. 10 on my server to test EWS. I have also installed Apache Tomcat (newest) and deployed the CS EWS on the same machine.
I have written a client application to read document attributes using information described in the documentation and information contained in the sample Tree View client.
i'm using Maven 3 and JDK 7 to compile the project.
I am convinced that a few weeks ago I was able to compile. Now it throws this kind of errors: package com.sun.xml.internal.ws.api.message does not exist.
The code uses classes like com.sun.xml.internal.ws.api.message.Header to modify authentication headers, as do the sample client code and the code in the documentation.
I have found remarks on the internet that classes from packages starting with com.sun are for Sun's/Oracle's internal use only and should not be used in production code.
Thank you for any advice regarding how to solve my problem (e.g. how to make Maven compile my project).