blob: 1b49e7d965481fb85c7d886b95cd54c4e8d4dd98 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<service-descriptions xmlns="http://www.osgi.org/xmlns/sd/v1.0.0">
<service-description>
<provide interface="org.eclipse.ecf.pojo.hello.HelloService"/>
<property name="service.intents">SOAP HTTP</property>
<property name="osgi.remote.configuration.type">pojo</property>
<property name="osgi.remote.configuration.pojo.address">http://localhost:9000/hello</property>
</service-description>
<service-description>
<provide interface="org.eclipse.ecf.pojo.hello.GreeterService"/>
<property name="service.intents">SOAP HTTP</property>
<property name="osgi.remote.configuration.type">pojo</property>
<property name="osgi.remote.configuration.pojo.address">http://localhost:9005/greeter</property>
</service-description>
</service-descriptions>