Changeset 258
- Timestamp:
- Apr 20, 2007, 6:27:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/thep/webservices_clients/test.pl
r257 r258 1 1 #! /usr/bin/perl -w 2 3 # $Id$ 2 4 3 5 use BaseWebService; … … 12 14 13 15 # Create the BaseWebService object 14 my $obj = BaseWebService->new(baseUrl => 'http://base2.thep.lu.se:8080/ acgt');16 my $obj = BaseWebService->new(baseUrl => 'http://base2.thep.lu.se:8080/demo'); 15 17 my $sessionID = $obj->sessionID(); 16 18 print "Session ID = $sessionID \n"; 17 19 18 20 # Login, change to fit your account 19 $obj->login('login', 'password'); 21 #$obj->login('userid', 'password'); 22 $obj->login('base2', 'base2'); 20 23 21 24 # Get all the projects
Note: See TracChangeset
for help on using the changeset viewer.