http://www.ibm.com/wsdl/twss/netres/v2_0/interface
The retrieveResourceProperties Operation

Retrieves the properties and their values within the network resource specification associated with the supplied resource logical name.

NetworkResourceInterface_retrieveResourcePropertiesResponse  retrieveResourceProperties (retrieveResourcePropertiesRequest parameters)
[fault:  InvalidResourcePropertyFault  NetworkResourceRetrievalFault  NoSuchResourceFault  ]
Operation Type: Request-response
Collapse Input: NetworkResourceInterface_retrieveResourcePropertiesRequest

Retrieve network resource specification operation input parameters. Specifies the network resource logical name.

retrieveResourcePropertiesRequest parameters

Retrieve network resource properties request.

Collapse Output: NetworkResourceInterface_retrieveResourcePropertiesResponse

Retrieve network resource specification operation result. The result contains the properties and their values.

retrieveResourcePropertiesResponse results

Retrieve network resource properties response result.

Collapse Fault:
InvalidResourcePropertyFault  : 

Invalid resource specification property fault. This indicates that a network resource specification property for the logical resource name does not exist.

InvalidResourcePropertyFault InvalidResourcePropertyFault

Invalid resource property fault.

NetworkResourceRetrievalFault  : 

Retrieve network resource property fault. This indicates the supplied property name does not exist within the resource specification.

NetworkResourceRetrievalFault NetworkResourceRetrievalFault

Network resource property retrieval fault.

NoSuchResourceFault  : 

No such resource fault. This indicates that the specified resource is not known.

NoSuchResourceFault NoSuchResourceFault

No such resource fault.

 Collapse Bindings
Binding: NetworkResourceInterfaceBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: NetworkResourceInterface_retrieveResourcePropertiesRequest
<soap:body  use="literal" />
Output: NetworkResourceInterface_retrieveResourcePropertiesResponse
<soap:body  use="literal" />
Fault:
InvalidResourcePropertyFault: InvalidResourcePropertyFault
<soap:fault  name="InvalidResourcePropertyFault"
  use="literal" />
 
NetworkResourceRetrievalFault: NetworkResourceRetrievalFault
<soap:fault  name="NetworkResourceRetrievalFault"
  use="literal" />
 
NoSuchResourceFault: NoSuchResourceFault
<soap:fault  name="NoSuchResourceFault"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="retrieveResourceProperties">
-<wsdl:documentation>
<xhtml:p>Retrieves the properties and their values within the network resource specification associated with the supplied resource logical name.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Retrieve network resource specification operation input parameters. Specifies the network resource logical name.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Retrieve network resource specification operation result. The result contains the properties and their values.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="twss_netres_interface:InvalidResourcePropertyFault"  name="InvalidResourcePropertyFault">
-<wsdl:documentation>
<xhtml:p>Invalid resource specification property fault. This indicates that a network resource specification property for the logical resource name does not exist.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="twss_netres_interface:NetworkResourceRetrievalFault"  name="NetworkResourceRetrievalFault">
-<wsdl:documentation>
<xhtml:p>Retrieve network resource property fault. This indicates the supplied property name does not exist within the resource specification.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
-<wsdl:fault  message="twss_netres_interface:NoSuchResourceFault"  name="NoSuchResourceFault">
-<wsdl:documentation>
<xhtml:p>No such resource fault. This indicates that the specified resource is not known.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©