File: soap.xml

package info (click to toggle)
xml-soap 2.2-6
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 2,492 kB
  • ctags: 1,934
  • sloc: java: 15,895; xml: 740; jsp: 580; cpp: 561; sh: 235; makefile: 127
file content (12 lines) | stat: -rw-r--r-- 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Sample Apache SOAP Server Configuration File -->

<soapServer>
  <!-- This section defines the same thing you get if you don't -->
  <!-- specify anything at all - aka the default                -->
  <serviceManager>
    <option name="SOAPInterfaceEnabled" value="true" />
  </serviceManager>
  <configManager value="org.apache.soap.server.DefaultConfigManager" >
    <option name="filename" value="DeployedServices.ds" />
  </configManager>
</soapServer>