gdaniels    01/05/30 13:08:02

  Modified:    java/samples/interop DeploymentDescriptor.xml
  Log:
  Small edit to interop sample - enable mustUnderstand checking in the
  deployment descriptor...
  
  Revision  Changes    Path
  1.2       +2 -1      xml-soap/java/samples/interop/DeploymentDescriptor.xml
  
  Index: DeploymentDescriptor.xml
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/samples/interop/DeploymentDescriptor.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DeploymentDescriptor.xml  2001/05/11 19:06:34     1.1
  +++ DeploymentDescriptor.xml  2001/05/30 20:08:00     1.2
  @@ -1,5 +1,6 @@
   <isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment";
  -             id="http://soapinterop.org/";>
  +             id="http://soapinterop.org/";
  +             checkMustUnderstands="true">
     <isd:provider type="java"
                   scope="Application"
                   methods="nop echoInteger echoString echoFloat echoStruct 
echoIntegerArray echoFloatArray echoStringArray echoStructArray">
  
  
  

Reply via email to