summaryrefslogtreecommitdiffstats
path: root/tags/java-M1-20060522/java/samples/sca/helloworlde4xws/src/main/resources/helloworld/HelloWorldImpl.componentType
blob: 54462091f539f55fe120bf4fc9c86257bb3abefd (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="ASCII"?>

<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

    <service name="HelloWorldE4XService">
        <interface.wsdl interface="http://helloworld#HelloWorld"/>
    </service>

</componentType>