SOAP API - getComponents
The table summarizes the SOAP API - getComponents.
Request | Uses the getComponentsRequest element (from the EventCollectorQueryService schema) |
Parameter notes | This request has no parameters. |
Response | Returns a getComponentsResponse element (from the EventCollectorQueryService schema) |
Example | Request:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.ec.n2.tibco.com"> <soapenv:Header/> <soapenv:Body> <api:getComponentsRequest/> </soapenv:Body> </soapenv:Envelope> |
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <getComponentsResponse xmlns="http://api.ec.n2.tibco.com"> <Component xmlns="http://base.api.ec.n2.tibco.com"> <componentClass xmlns="">com.tibco.n2.logging.metadata.n2lf.N2LFMetaData</componentClass> <componentName xmlns="">N2LF</componentName> <description xmlns="">N2 Logging Framework</description> <id xmlns="">1</id> <implementationType xmlns="">N2LF-INTERNAL</implementationType> <name xmlns="">N2LF</name> <parentId xmlns="">-1</parentId> <revision xsi:nil="true" xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/> <version xmlns="">1.1</version> </Component> . . . </getComponentsResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |
Copyright © Cloud Software Group, Inc. All rights reserved.