git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e71235
)
Workaround the problem in gsoap with empty set of input parameters.
author
František Dvořák
<valtri@civ.zcu.cz>
Fri, 9 Jun 2006 13:49:32 +0000
(13:49 +0000)
committer
Františ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
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.ws-interface/src/LB.xml
b/org.glite.lb.ws-interface/src/LB.xml
index
665a6c3
..
a59cb7f
100644
(file)
--- a/
org.glite.lb.ws-interface/src/LB.xml
+++ b/
org.glite.lb.ws-interface/src/LB.xml
@@
-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>