add EmptyResponse (gsoap does not generate no-output functions :-( )
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 2 Dec 2004 18:51:38 +0000 (18:51 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 2 Dec 2004 18:51:38 +0000 (18:51 +0000)
org.glite.jp/project/JobProvenanceIS.wsdl

index 2ef587d..84c8844 100644 (file)
@@ -29,6 +29,7 @@
                <part name="data" type="jp:UpdateJobsData"/>
                <part name="feedDone" type="xsd:boolean"/>
        </message>
+       <message name="EmptyResponse"/>
        
        <portType name="JobProvenanceIS_PortType">
                <operation name="UpdateJobs">
@@ -49,6 +50,7 @@ Faults: GenericJPFault
 
                        </documentation>
                        <input message="tns:UpdateJobsRequest"/>
+                       <output message="tns:EmptyResponse"/>
                        <fault name="f" message="tns:GenericJPFault"/>
                </operation>
                <operation name="QueryJobs">