Hi all,
I am confused regarding which WSDL, XSD documents to use while generating stub classes for web services CMIS interface.
Do all CMIS compliant vendors use WSDL, XSD provided by OASIS TC?
When I generate stubs using Apache CXF for WSDL provided by OASIS TC, it generates JAXBElement for all java data types.
When I generate stubs using Alfresco 3.3g WSDL, it generates proper java data types, but for CmisPropertiesType
it generates method for getting properties as getPropertyHtmlOrPropertyDateTimeOrPropertyUri() instead of
getPropery().
Does it mean using Alfresco 3.3g we can fetch only HTML, DateTime and Uri type of properties?
It would be very helpful if any one can clarify my doubts.
Thanks for any help.
Nikesh