flags = (requestPTR[1]=='?') ? edg_wll_string_to_stat_flags(requestPTR + 2) : 0;
 
 // FIXME: edg_wll_UserJobs should take flags as parameter
-                       switch (edg_wll_UserJobs(ctx,&jobsOut,NULL)) {
+                       switch (edg_wll_UserJobsServer(ctx,&jobsOut,NULL)) {
                                case 0: if (html) edg_wll_UserJobsToHTML(ctx, jobsOut, &message);
                                        else ret = HTTP_OK;
                                        break;
 
 
        ctx = (edg_wll_Context) glite_gsplugin_get_udata(soap);
        memset(out, 0, sizeof *out);
-       if (edg_wll_UserJobs(ctx, &jobs, &states) != 0) goto fault;
+       if (edg_wll_UserJobsServer(ctx, &jobs, &states) != 0) goto fault;
        if (edg_wll_UserJobsResToSoap(soap, jobs, states, out) != SOAP_OK) {
                edg_wll_SetError(ctx, ENOMEM, "Couldn't create internal structures");
                goto freefault;