Hi,
i have a question.
For example i have webservice
public class MyWebService {
public int saveMyObject(MyObject object) {....}
}
I have wsdl for this service.
Is it possible to run wsimport to generate SEI and all artifacts, but
instead of generating MyObject class - bind my own client realization of
MyObject?
So i need all artifacts to be generated except one class, that I want to
provide myself.
im looking in direction of @XmlJavaTypeAdapter, but not sure.
Thanks.
WBR,
Alexey.