/[cvs]/nfo/perl/libs/OEF/Component/WebService/RpcXml.pm
ViewVC logotype

Diff of /nfo/perl/libs/OEF/Component/WebService/RpcXml.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by joko, Fri Apr 4 17:28:15 2003 UTC revision 1.3 by joko, Fri Apr 4 17:28:59 2003 UTC
# Line 2  Line 2 
2  ##  $Id$  ##  $Id$
3  ##  ------------------------------------------------------------------------  ##  ------------------------------------------------------------------------
4  ##  $Log$  ##  $Log$
5    ##  Revision 1.3  2003/04/04 17:28:59  joko
6    ##  minor update: commented hardcoded stuff
7    ##
8  ##  Revision 1.2  2003/04/04 17:28:15  joko  ##  Revision 1.2  2003/04/04 17:28:15  joko
9  ##  starting the *session* server/service from here  ##  starting the *session* server/service from here
10  ##  ##
# Line 46  sub start { Line 49  sub start {
49        port => $self->{ws_port},        port => $self->{ws_port},
50        path => $self->{ws_path} || 'WebService' . $instance_counter,        path => $self->{ws_path} || 'WebService' . $instance_counter,
51        auto_updates => 1,        auto_updates => 1,
52          
53          # FIXME: this is hardcoded!
54        authentication => {        authentication => {
55          type => 'plain',          type => 'plain',
56          user => 'hello',          user => 'hello',

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed