fill in also the __sizeid
authorJan Pospíšil <honik@ntc.zcu.cz>
Wed, 9 Dec 2009 12:55:50 +0000 (12:55 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Wed, 9 Dec 2009 12:55:50 +0000 (12:55 +0000)
org.glite.lb.ws-test/examples/ws_lb4agu_GetActivityStatus.c

index 2af5f2f..6da338b 100644 (file)
@@ -67,6 +67,7 @@ int main(int argc,char** argv)
        in = soap_malloc(mydlo, sizeof(*in));
        out = soap_malloc(mydlo, sizeof(*out));
        in->id[0] = soap_strdup(mydlo, jobid);
+       in->__sizeid = 1;
 
        switch (err = soap_call___lb4agu__GetActivityStatus(mydlo, server, "",in,out)) {
        case SOAP_OK: