wsdl & co generation
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 24 Feb 2005 18:21:48 +0000 (18:21 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 24 Feb 2005 18:21:48 +0000 (18:21 +0000)
org.glite.lb/project/types.T

index ccabc74..14d83c0 100644 (file)
                logsrc=>'"int"',
                port=>'"int"',
                int=>'"int"'
+       },
+       'wsdl'=>{
+               bool=>'"xsd:boolean"',
+               string=>'"xsd:string"',
+               int=>'"xsd:int"',
+               jobid=>'"xsd:string"',
+               jobstat=>'"jobStatus"',
+               usertag=>'"tagValue"',
+               timeval=>'"timeval"',
        }
 );
 
+%baseTypes = (
+       intlist=>'int',
+       strlist=>'string',
+       stslist=>'jobstat',
+       taglist=>'usertag'
+);
+
 %toString = (
        C=>{
                int=>'qq{asprintf(&$dst,"%d",$src);}',