I have a remote service declared in an xml file: ___________________________________
<service-descriptions xmlns="http://www.osgi.org/xmlns/sd/v1.0.0"> <service-description> <provide interface="org.somewhere.services.ServiceImported" /> <property name="osgi.remote.interfaces">*</property> <property name="osgi.remote.configuration.type">org.apache.cxf.ws</property> <property name="osgi.remote.configuration.pojo.address">http://somewhere/service?wsdl</property> </service-description> </service-descriptions> ______________________________________________________ How can I verify/test that the resulting proxied service in the target OSGi framework is correct ? Is the log entry printed when the remote service is discovered a proof that service has been imported correctly ? How can I be sure ? Can I inject (iPOJO) the proxyfied service in my test ? Thanks -- View this message in context: http://cxf.547215.n5.nabble.com/Testing-Proxyfied-remote-web-service-tp3340077p3340077.html Sent from the cxf-user mailing list archive at Nabble.com.
