File: bad-deploy.wsdd

package info (click to toggle)
axis 1.4-25
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 51,864 kB
  • sloc: java: 129,119; xml: 10,573; jsp: 983; sh: 84; cs: 36; makefile: 26
file content (13 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- THIS IS A BAD DEPLOY.WSDD FOR THIS SERVICE            -->

<!-- Note that there's no type mapping for the order type! -->

<deployment xmlns="http://xml.apache.org/axis/wsdd/"
            xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">

 <service name="OrderProcessor" provider="java:RPC">
  <parameter name="className" value="samples.userguide.example5.BeanService"/>
  <parameter name="allowedMethods" value="processOrder"/>
 </service>

</deployment>