http://www.ibm.com/wsdl/soa/privacy/v1_0/interface
The PrivacyInterface Port Type

The privacy common component determines if a particular requester should be allowed to execute a service operation against a particular target. For example, a subscriber should not be able to see another subscriber's location information without prior authorization.

 Collapse Operations
PrivacyInterface_verifyPrivacyPermitsResponse  verifyPrivacyPermits (verifyPrivacyPermitsRequest parameters) [faults:  PrivacyRetrievalFault  ]

Verifies that the requester of the Web Service is allowed to execute a service operation against a set of targets. This operation allows for multiple privacy target evaluations in a single invocation.

Input: PrivacyInterface_verifyPrivacyPermitsRequest

Verify privacy permits operation input parameters. Specifies the requester, service operation, acting of behalf of entity, and operation targets.

Output: PrivacyInterface_verifyPrivacyPermitsResponse

Verify privacy permits operation result. Indicates which targets are allowed for the specified operation.

Fault:
PrivacyRetrievalFault  : 

Privacy retrieval fault. This indicates that an error occurred while retrieving or verifying operation execution against the supplied targets.


 Collapse XML
-<wsdl:portType  name="PrivacyInterface">
-<wsdl:documentation>
<xhtml:p>The privacy common component determines if a particular requester should be allowed to execute a service operation against a particular target. For example, a subscriber should not be able to see another subscriber's location information without prior authorization.</xhtml:p>
</wsdl:documentation>
-<wsdl:operation  name="verifyPrivacyPermits">
-<wsdl:documentation>
<xhtml:p>Verifies that the requester of the Web Service is allowed to execute a service operation against a set of targets. This operation allows for multiple privacy target evaluations in a single invocation.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Verify privacy permits operation input parameters. Specifies the requester, service operation, acting of behalf of entity, and operation targets.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Verify privacy permits operation result. Indicates which targets are allowed for the specified operation.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="soa_privacy_interface:PrivacyRetrievalFault"  name="PrivacyRetrievalFault">
-<wsdl:documentation>
<xhtml:p>Privacy retrieval fault. This indicates that an error occurred while retrieving or verifying operation execution against the supplied targets.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
</wsdl:portType>
 Collapse Used-By
Service Port Binding
PrivacyInterfaceService PrivacyInterface PrivacyInterfaceBinding
Generated by WSDLdoc ©