Hi,
i am struggling with the lltreeview sample and get the following error while calling
endpoint = service.getBasicHttpBindingContentService( new MTOMFeature() ); within getContentService:
throws error
javax.xml.ws.WebServiceException: class com.opentext.livelink.service.core.UploadContent do not have a property of the name {urn:Core.service.livelink.opentext.com}contents
This happens only if using my own generated proxies (see attached proxies and build.xml. All other proxies seems to work, only ContentService makes trouble. Using provided webreference.jar of sample does work as expected.
I am connecting to a Content Server 10 CU13 with xECM and Runtime and Core Services.
Can someone bring some light into this?