Hi,
the java class is as below:
public final class ThreadStatus
{
public static int Ready=0;
public static int Running=1;
public static int Blocked=2;
public static int Died=3;
}How to translate this class into WSDL thanks simon xi _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx
