Workaround the problem in gsoap with empty set of input parameters.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 9 Jun 2006 13:49:32 +0000 (13:49 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 9 Jun 2006 13:49:32 +0000 (13:49 +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>