</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>