Changeset 261 for trunk/se/lu/thep/webservices_clients/BaseWebService.pm
- Timestamp:
- Apr 20, 2007, 6:36:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/thep/webservices_clients/BaseWebService.pm
r260 r261 488 488 489 489 # Create the BaseWebService object 490 my $obj = BaseWebService->new(baseUrl => 'http://base2.thep.lu.se:8080/ acgt');490 my $obj = BaseWebService->new(baseUrl => 'http://base2.thep.lu.se:8080/demo'); 491 491 my $sessionID = $obj->sessionID(); 492 492 print "Session ID = $sessionID \n"; 493 493 494 494 # Login, change to fit your account 495 $obj->login(' login', 'password');495 $obj->login('base2', 'base2'); 496 496 497 497 # Get all the projects
Note: See TracChangeset
for help on using the changeset viewer.