Index: /branches/prototype-v0/zoo-project/zoo-kernel/service_callback.c
===================================================================
--- /branches/prototype-v0/zoo-project/zoo-kernel/service_callback.c	(revision 845)
+++ /branches/prototype-v0/zoo-project/zoo-kernel/service_callback.c	(revision 846)
@@ -249,4 +249,5 @@
 		     INTERNET_FLAG_NO_CACHE_WRITE,
 		     0);
+    AddHeaderEntries(&hInternet,m);
     //curl_easy_setopt(hInternet.ihandle[hInternet.nb].handle, CURLOPT_VERBOSE, 1);
     processDownloads(&hInternet);
Index: /branches/prototype-v0/zoo-project/zoo-kernel/service_internal_hpc.c
===================================================================
--- /branches/prototype-v0/zoo-project/zoo-kernel/service_internal_hpc.c	(revision 845)
+++ /branches/prototype-v0/zoo-project/zoo-kernel/service_internal_hpc.c	(revision 846)
@@ -41,7 +41,9 @@
 } local_params;
 
-#ifdef PTHREADS
-#endif
-
+/**
+ * Add nested outputs to every outputs that is geographic format 
+ * @see isGeographic
+ * @param s the service current definition
+ */ 
 void addNestedOutputs(service** s){
   if((*s)==NULL){
Index: /branches/prototype-v0/zoo-project/zoo-kernel/ulinet.c
===================================================================
--- /branches/prototype-v0/zoo-project/zoo-kernel/ulinet.c	(revision 845)
+++ /branches/prototype-v0/zoo-project/zoo-kernel/ulinet.c	(revision 846)
@@ -290,5 +290,5 @@
 	  for(j=0;token[j]!='\0';j++){
 	    if(token[j]!='-')
-	      tmp1[5+j]=toupper(token[i]);
+	      tmp1[5+j]=toupper(token[j]);
 	    else
 	      tmp1[5+j]='_';
