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

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

NetworkResourceInterface_retrieveAllResourcePropertiesResponse  retrieveAllResourceProperties (retrieveAllResourcePropertiesRequest parameters)
[fault:  InvalidResourcePropertyFault  NetworkResourceRetrievalFault  NoSuchResourceFault  ]
Operation Type: Request-response
Collapse Input: NetworkResourceInterface_retrieveAllResourcePropertiesRequest

Retrieve all the network resource specification properties and their values for the supplied resource logical name.

retrieveAllResourcePropertiesRequest parameters

Retrieve all network resource properties request.

Collapse Output: NetworkResourceInterface_retrieveAllResourcePropertiesResponse

Retrieve all network resource specification properties result. The result contains all the properties and their values for the supplied resource logical name.

retrieveAllResourcePropertiesResponse results

Retrieve all 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" />
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="retrieveAllResourceProperties">
-<wsdl:documentation>
<xhtml:p>Retrieves all 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 all the network resource specification properties and their values for the supplied resource logical name.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Retrieve all network resource specification properties result. The result contains all the properties and their values for the supplied resource logical name.</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 ©