tomj        2002/06/03 18:04:23

  Modified:    java/test/wsdl/interop3 endpoints-local
  Log:
  Add the TestList local endpoint and some comments
  on how to deploy the services for testing
  
  Revision  Changes    Path
  1.2       +7 -2      xml-axis/java/test/wsdl/interop3/endpoints-local
  
  Index: endpoints-local
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/wsdl/interop3/endpoints-local,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- endpoints-local   3 Jun 2002 03:07:00 -0000       1.1
  +++ endpoints-local   4 Jun 2002 01:04:22 -0000       1.2
  @@ -4,6 +4,10 @@
   # Where <endpointfile> has the syntax
   #   TESTNAME="<endpoint>"
   #
  +# You will need to build the 'interop3' target from the top level ant
  +# file, then deploy the services from the build/work/test/wsdl/interop3/*
  +# directories.
  +#
   Import1=http://localhost:8080/axis/services/SoapInteropImport1Port
   Import2=http://localhost:8080/axis/services/SoapInteropImport2Port
   Import3=http://localhost:8080/axis/services/SoapInteropImport3Port
  @@ -20,8 +24,9 @@
   
   #
   # NOTE: this test takes the WSDL URL
  -#TestList=http://localhost:8080/axis/services/SoapInteropTestListPort?WSDL
  -TestList=
  +# Running the functional tests will deploy this service
  +TestList=http://localhost:8080/axis/services/InteropTestList?WSDL
   
   # we don't have this one yet
   TestHeaders=
  +
  
  
  


Reply via email to