fake operation for parsing XML configuration
authorMiloš Mulač <mulac@civ.zcu.cz>
Fri, 30 Jun 2006 12:52:26 +0000 (12:52 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Fri, 30 Jun 2006 12:52:26 +0000 (12:52 +0000)
org.glite.jp.ws-interface/src/JobProvenanceIS.xml

index 702b127..c811e69 100644 (file)
                        </input>
                        <fault name="genericFault" type="genericFault">Any error.</fault>
                 </op>
+
+               <!-- Config operations -->
+               <op name="ServerConfiguration">
+                       Internal operation used for parsing XML config file.
+                       Not called at all, only forcing gSoap to generate XML parsers.
+                       <output name="attrs" type="xsd:string" list="yes">
+                                List of attributes which will JPPS send to JPIS.
+                        </output>
+                        <output name="indexedAttrs" type="xsd:string" list="yes">
+                                List of indexed attributes which will JPPS send to JPIS.
+                        </output>
+                        <output name="plugins" type="xsd:string" optional="yes" list="yes">
+                                List of type plugins.
+                        </output>
+                        <output name="feeds" type="feedSession" list="yes">
+                                List of requested feeds.
+                        </output>
+                       <fault name="genericFault" type="genericFault">Any error.</fault>
+                </op>
+
        </operations>
 </service>