Web Service: IncaWebService
Target Namespace:
http://inca.sdsc.edu/wsdl/IncaWS.wsdl
Description:
WSDL File for IncaWebService
Port IncaWS_Port Port typeSource code
Location:
http://localhost:8001
Protocol:
SOAP
Default style:
rpc
Transport protocol:
SOAP over HTTP
Operations:
- getCatalogDetailSource code
- getConfigDetailSource code
- pingAgentDetailSource code
- pingDepotDetailSource code
- queryDbDetailSource code
- queryDbDetailSource code
- queryGuidsDetailSource code
- queryHqlDetailSource code
- queryInstanceDetailSource code
- queryLatestDetailSource code
- queryPeriodDetailSource code
- queryStatusDetailSource code
Operations
- getCatalogDescription:Asks the agent to retrieve and return the package catalog from the reporter repository accessed via $url. An undefined $url indicates that the agent should return a merged catalog for all known repositories.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:urn:IncaWebService#getCatalogInput:getCatalogRequest (soap:body, use = encoded)Source codeurl type stringOutput:getCatalogResponse (soap:body, use = encoded)Source codecatalog type string
- getConfigDescription:Asks the agent to return XML for the Inca deployment configuration.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:urn:IncaWebService#getConfigInput:getConfigRequest (soap:body, use = encoded)Source codeOutput:getConfigResponse (soap:body, use = encoded)Source codeconfig type string
- pingAgentDescription:Check that the Inca agent is accessible.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:urn:IncaWebService#pingAgentInput:pingAgentRequest (soap:body, use = encoded)Source codetext type stringOutput:pingAgentResponse (soap:body, use = encoded)Source codetext type string
- pingDepotDescription:Check that the Inca depot is accessible.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:urn:IncaWebService#pingDepotInput:pingDepotRequest (soap:body, use = encoded)Source codetext type stringOutput:pingDepotResponse (soap:body, use = encoded)Source codetext type string
- queryDbOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:urn:IncaWebService#queryDbInput:queryDbRequest (soap:body, use = encoded)Source codequeryDbRequest (soap:body, use = encoded)Source codeOutput:queryDbResponse (soap:body, use = encoded)Source codedbdescription type stringqueryDbResponse (soap:body, use = encoded)Source codeobjects type string
- queryDbOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:urn:IncaWebService#queryDbInput:queryDbRequest (soap:body, use = encoded)Source codequeryDbRequest (soap:body, use = encoded)Source codeOutput:queryDbResponse (soap:body, use = encoded)Source codedbdescription type stringqueryDbResponse (soap:body, use = encoded)Source codeobjects type string
- queryGuidsDescription:Asks the depot to return a space-separated list of known suite guids.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:urn:IncaWebService#queryGuidsInput:queryGuidsRequest (soap:body, use = encoded)Source codeOutput:queryGuidsResponse (soap:body, use = encoded)Source codeguids type string
- queryHqlDescription:Asks the depot use the HQL select statement $hql to extract and return information from the DB. On success, returns a reference to an array that contains the objects selected by the select statement.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:urn:IncaWebService#queryHqlInput:queryHqlRequest (soap:body, use = encoded)Source codehql type stringOutput:queryResponse (soap:body, use = encoded)Source codequeryResult type ArrayOfString - array of type undefined
- queryInstanceDescription:Asks the depot to report details about one particular invocation of a reporter. On success, returns a reference to a single-element array that contains a ReportDetails document for the instance.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:urn:IncaWebService#queryInstanceInput:queryInstanceRequest (soap:body, use = encoded)Source codenickname type stringresource type stringcollected type dateTimeOutput:queryResponse (soap:body, use = encoded)Source codequeryResult type ArrayOfString - array of type undefined
- queryLatestOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:urn:IncaWebService#queryLatestInput:queryLatestRequest (soap:body, use = encoded)Source codeexpr type stringOutput:queryResponse (soap:body, use = encoded)Source codequeryResult type ArrayOfString - array of type undefined
- queryPeriodOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:urn:IncaWebService#queryPeriodInput:queryPeriodRequest (soap:body, use = encoded)Source codebegin type longend type longexpr type stringOutput:queryResponse (soap:body, use = encoded)Source codequeryResult type ArrayOfString - array of type undefined
- queryStatusOperation type:Request-response. The endpoint receives a message, and sends a correlated message.SOAP action:urn:IncaWebService#queryStatusInput:queryStatusRequest (soap:body, use = encoded)Source codeperiod type stringbegin type longend type longexpr type stringOutput:queryResponse (soap:body, use = encoded)Source codequeryResult type ArrayOfString - array of type undefined
Port type IncaWS_PortTypeSource code
WSDL source code
<?xml version="1.0"?>
<!--
NOTE: When the attribute
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
is included in the definitions tag, SOAP::Lite->service() includes this value
SOAP requests, instead of the correct
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
To work around this, the first attribute is instead included with the binding
and service tags.
-->
<definitions name="IncaWS" targetNamespace="http://inca.sdsc.edu/wsdl/IncaWS.wsdl"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://inca.sdsc.edu/wsdl/IncaWS.wsdl"
xmlns="http://schemas.xmlsoap.org/wsdl/"
><types></types>
<message name="queryInstanceRequest"></message>
<message name="queryPeriodRequest"></message>
<message name="queryStatusRequest"></message>
<portType name="IncaWS_PortType">
<operation name="getCatalog">
<documentation>Asks the agent to retrieve and return the package catalog from the reporter repository accessed via $url. An undefined $url indicates that the agent should return a merged catalog for all known repositories.</documentation>
</operation><operation name="getConfig">
<documentation>Asks the agent to return XML for the Inca deployment configuration.</documentation>
</operation><operation name="pingAgent">
<documentation>Check that the Inca agent is accessible.</documentation>
</operation><operation name="pingDepot">
<documentation>Check that the Inca depot is accessible.</documentation>
</operation><operation name="queryDb"></operation>
<operation name="queryDb"></operation>
<operation name="queryGuids">
<documentation>Asks the depot to return a space-separated list of known suite guids.</documentation>
</operation><operation name="queryHql">
<documentation>Asks the depot use the HQL select statement $hql to extract and return information from the DB. On success, returns a reference to an array that contains the objects selected by the select statement.</documentation>
</operation><operation name="queryInstance">
<documentation>Asks the depot to report details about one particular invocation of a reporter. On success, returns a reference to a single-element array that contains a ReportDetails document for the instance.</documentation>
</operation><operation name="queryLatest"></operation>
<operation name="queryPeriod"></operation>
</portType><binding name="IncaWS_Binding" type="tns:IncaWS_PortType"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
><operation name="getCatalog">
<input></input>
</operation><operation name="getConfig">
<input></input>
</operation><operation name="pingAgent">
<input></input>
</operation><operation name="pingDepot">
<input></input>
</operation><operation name="queryDb">
<input></input>
</operation><operation name="queryDb">
<input></input>
</operation><operation name="queryGuids">
<input></input>
</operation><operation name="queryHql">
<input></input>
</operation><operation name="queryInstance">
<input></input>
</operation><operation name="queryLatest">
<input></input>
</operation><operation name="queryPeriod">
<input></input>
</operation><operation name="queryStatus">
</binding><input></input>
</operation><service name="IncaWebService"
</definitions> xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
><documentation>WSDL File for IncaWebService</documentation>
</service>About wsdl-viewer.xsl
This document was generated by libxslt XSLT engine.
The engine processed the WSDL in XSLT 1.0 compliant mode.
This page has been generated by wsdl-viewer.xsl, version 3.1.01
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT
Author: tomi vanek
Download at http://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT