Make 'source' attribute of fault struct optional,
authorZdeněk Salvet <salvet@ics.muni.cz>
Wed, 7 May 2008 06:53:01 +0000 (06:53 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Wed, 7 May 2008 06:53:01 +0000 (06:53 +0000)
we have no useful information to fill in currently.

org.glite.lb.ws-interface/src/LBTypes.xml.T

index 15f5070..98c1030 100644 (file)
 
                <struct name="genericFault" fault="yes">
                        Generic SOAP fault, used to deliver any LB errors.
-                       <elem name="source" type="xsd:string">Source component (module) of the error.</elem>
+                       <elem name="source" type="xsd:string" optional="yes">Source component (module) of the error.</elem>
                        <elem name="code" type="xsd:int">Numeric error code.</elem>
                        <elem name="text" type="xsd:string">Error text corresponding to the code.</elem>
                        <elem name="description" type="xsd:string" optional="yes">Additional description of the error (e.g. filename)</elem>