blob: 593367d5252203b152df1cfd7093d45c8ad9c041 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="UTF-8"?>
<jax-ws xmlns="http://www.netbeans.org/ns/jax-ws/1">
<services>
<service name="WsServ">
<implementation-class>me.dcariotti.wsserv.WsServ</implementation-class>
</service>
</services>
<clients/>
</jax-ws>
|