Various patches for WS interface in glite 3.0. Fixes bug #26811.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 31 May 2007 16:00:56 +0000 (16:00 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Thu, 31 May 2007 16:00:56 +0000 (16:00 +0000)
org.glite.lb.ws-interface/src/LB.xml

index 665a6c3..a59cb7f 100644 (file)
@@ -36,6 +36,7 @@
        <operations>
                <op name="GetVersion">
                        Return version of the service.
+                       <input name="dummy" type="xsd:string" optional="yes">Dummy parameter (workaround for gSoap).</input>
                        <output name="version" type="xsd:string">Returned version.</output>
                        <fault name="genericFault" type="genericFault"> Any error. </fault>
                </op>