CVS update: sierra/src/java/org/openprivacy/sierra/test

From: cvs@openprivacy.org
Date: Mon Jan 08 2001 - 02:18:11 PST


Date: Monday January 8, 19101 @ 2:18
Author: burton
CVSWEB Options: -------------------

Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/test

-----------------------------------

Update of /usr/local/cvsroot/sierra/src/java/org/openprivacy/sierra/test
In directory openprivacy.org:/tmp/cvs-serv32167/src/java/org/openprivacy/sierra/test

Modified Files:
        Test.java
Log Message:
still using the wrong SOAP service namespace

*****************************************************************
File: sierra/src/java/org/openprivacy/sierra/test/Test.java

CVSWEB Options: -------------------

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/test/Test.java?annotate=1.3

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/test/Test.java?rev=1.3&content-type=text/x-cvsweb-markup

CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/test/Test.java.diff?r1=1.3&r2=1.2

-----------------------------------

Index: sierra/src/java/org/openprivacy/sierra/test/Test.java
diff -u sierra/src/java/org/openprivacy/sierra/test/Test.java:1.2 sierra/src/java/org/openprivacy/sierra/test/Test.java:1.3
--- sierra/src/java/org/openprivacy/sierra/test/Test.java:1.2 Sat Jan 6 01:12:09 2001
+++ sierra/src/java/org/openprivacy/sierra/test/Test.java Mon Jan 8 02:18:11 2001
@@ -28,8 +28,8 @@
         System.out.println( "Running Sierra tests..." );
 
         HttpPostUtil hpu = new HttpPostUtil( "localhost", 8080, "/soap/servlet/rpcrouter", "text/xml", "./test/test.input" );
- hpu.addParameter( "SOAPAction", "urn:ReputationQueryService" );
-
+ hpu.addParameter( "SOAPAction", "http://schemas.openprivacy.org/soap/service/reputation/12/2000/" );
+
         try {
             hpu.execute();
         } catch ( Exception e ) {



This archive was generated by hypermail 2b30 : Mon Jan 22 2001 - 15:52:14 PST