Hi All,
I am trying to created soap message for both queryservice and objectservice. So I followed the some code sample.
But I am not able to find any locator, as below
import com.emc.documentum.fs.rt.services.ContextRegistryServiceLocator;
import com.emc.documentum.fs.services.core.ObjectServiceLocator;
import com.emc.documentum.fs.services.core.QueryServiceLocator;
I am using Axis 2 and I generate the class in Axis2 by using below command.
wsdl2java -o C:\SOFTWARE\SOAP_TEST -d jaxbri -uri http://host:port/services/core/ContextRegistryService?wsdl
wsdl2java -o C:\SOFTWARE\SOAP_TEST -d jaxbri -uri http://host:port/services/core/ObjectService?wsdl
wsdl2java -o C:\SOFTWARE\SOAP_TEST -d jaxbri -uri http://host:port/services/core/QueryService?wsdl
Kindly help me where can I find ContextRegistryServiceLocator, ObjectServiceLocator and QueryServiceLocator.
Also I am not able to access the above url, mentioned in one of the thread.
https://forums.emc.com/forums/thread.jspa?threadID=75235&tstart=0
Thanks,
Sonu