Security
The following operations are supported. For a formal definition, please review the Service Description.
-
CheckSecurity
MessageName="BulkSecurityCheck"
Bulk Check Security. -
CreatePropertySecurity
Create Property Security -
GetGroupBasedSecurityPropertyDetails
Get DataSet having property details against a group -
GetObjectProperties
Get DataSet having property details against the given criteria -
GetSchemaCheckSecurity
Get Schema for Bulk security check Operations -
GetSchemaCreatePropertySecurity
Get Schema for Creating property security -
GetSchemaForFetchSecurityDetails
Get Schema for fetching security details -
GetSchemaManageSecurity
Get Schema for Security -
GetSchemaRemovePropertySecurity
Schema to remove property security -
GetSchemaUpdatePropertySecurity
Get Schema for Updating property security -
GetSecurityDetails
Get DataSet having security details against the given criteria -
GetUserBasedSecurityPropertyDetails
Get DataSet having property details against a user -
GetPropertyBasedSecurityDetails
MessageName="Get_x0020_property_x0020_details_x0020_against_x0020_a_x0020_user_x0020_or_x0020_group"
Get property details against a user or group -
GetPropertyBasedSecurityDetails
MessageName="Get_x0020_property_x0020_details_x0020_against_x0020_a_x0020_user_x0020_or_x0020_group_x0020_and_x0020_a_x0020_property"
Get property details against a user or group and a property -
GetPropertyBasedSecurityDetails
MessageName="Get_x0020_property_x0020_details_x0020_against_x0020_all_x0020_users_x0020_or_x0020_groups"
Get property details against all users or groups -
GetPropertyBasedSecurityDetails
MessageName="Get_x0020_property_x0020_details_x0020_against_x0020_given_x0020_users_x0020_or_x0020_groups"
Get property details against given users or groups -
ManageSecurity
Manage Security -
RemovePropertySecurity
Remove Property Security -
CheckSecurity
MessageName="SecurityCheck"
Check Security. -
CheckSecurity
MessageName="SecurityCheckUsingGenealogy"
Check Security using Genealogy while object identifier is not available. -
UpdatePropertySecurity
Update Property Security
This web service does not conform to WS-I Basic Profile v1.1.
Please examine each of the normative statement violations below. Follow the recommendations to remedy it, or add setting to the <webServices> config section to turn off BP 1.1 conformance warnings for the entire vroot.
To turn off BP 1.1 conformance warnings for the entire vroot remove the 'BP1.1' value from the <conformanceWarnings> section of the configuration file of your application:
<configuration>
<system.web>
<webServices>
<conformanceWarnings>
<remove name='BasicProfile1_1'/>
</conformanceWarnings>
</webServices>
</system.web>
</configuration>
R2304: Operation name overloading in a wsdl:portType is disallowed by the Profile. A wsdl:portType in a DESCRIPTION MUST have operations with distinct values for their name attributes. Note that this requirement applies only to the wsdl:operations within a given wsdl:portType. A wsdl:portType may have wsdl:operations with names that are the same as those found in other wsdl:portTypes.
- Operation 'CheckSecurity' on portType 'SecuritySoap' from namespace 'http://www.wrenchsolutions.com/'.
- Operation 'CheckSecurity' on portType 'SecuritySoap' from namespace 'http://www.wrenchsolutions.com/'.
- Operation 'GetPropertyBasedSecurityDetails' on portType 'SecuritySoap' from namespace 'http://www.wrenchsolutions.com/'.
- Operation 'GetPropertyBasedSecurityDetails' on portType 'SecuritySoap' from namespace 'http://www.wrenchsolutions.com/'.
- Operation 'GetPropertyBasedSecurityDetails' on portType 'SecuritySoap' from namespace 'http://www.wrenchsolutions.com/'.
Recommendation: To make service conformant please make sure that all web methods belonging to the same binding have unique names.
For more details on Basic Profile Version 1.1, see the Basic Profile Specification.