[system] / trunk / webwork2 / lib / WebworkSOAP.pm Repository:
ViewVC logotype

Diff of /trunk/webwork2/lib/WebworkSOAP.pm

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

Revision 5078 Revision 5080
31 SOAPERROR_AUTHEN_FAILED => 8 31 SOAPERROR_AUTHEN_FAILED => 8
32}; 32};
33 33
34our %SeedCE; 34our %SeedCE;
35$WebworkSOAP::SeedCE{soap_authen_key} = "123456789123456789"; 35$WebworkSOAP::SeedCE{soap_authen_key} = "123456789123456789";
36$WebworkSOAP::SeedCE{webwork_dir} = "/home/mleventi/webwork_projects/webwork/webwork2/"; 36$WebworkSOAP::SeedCE{webwork_dir} = $ENV{WEBWORK_ROOT};
37 37
38sub new { 38sub new {
39 my($self,$authenKey,$courseName) = @_; 39 my($self,$authenKey,$courseName) = @_;
40 $self = {}; 40 $self = {};
41 #Construct Course 41 #Construct Course

Legend:
Removed from v.5078  
changed lines
  Added in v.5080

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9