[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] help python with DGEE
From: |
hector |
Subject: |
[Pnet-developers] help python with DGEE |
Date: |
Mon, 21 Jul 2003 18:06:08 -0400 (BOT) |
Hi.
I have this problem
In webservices of DGEE y have:
----------------------------------------------------
[WebMethod("test.test1"),Description="prueba"]
public static String[] test1() {
string[] dates = new string[2];
for (int i=0; i<2;i++) {
dates[i]="value"+i.ToString();
}
return dates;
}
---------------------------------------------------------
in python
import xmlrpclib
server1 =xmlrpclib.Server('http://localhost/test.dgmx');
resultado = server1.test.test1();
print resultado;
------------------------------------------------------------------
But python don't response nothing.
I don't Know if my proces in the webservices its bad or
in python.
-----------------------------------------------------------------
I installed portable and DGEE with tar.gz
- [Pnet-developers] help python with DGEE,
hector <=