Article
Las operaciones siguientes son compatibles. Para una definición formal, revise la descripción de servicios.
- Add
- AddArticleChangeRelationship
- AddArticleIncidentRelationship
- AddArticleProblemRelationship
- AddArticleRelationship
- AddArticleRelationshipServiceCall
- AddCIRelationship
- AddCategoryRelationship
- AddKeySystem
- AddKeyUser
- AddProjectRelationship
- Delete
- DeleteArticleChangeRelationship
- DeleteArticleIncidentRelationship
- DeleteArticleProblemRelationship
- DeleteArticleRelationship
- DeleteArticleRelationshipServiceCall
- DeleteCIRelationship
- DeleteCategoryRelationShip
- GetObject
- GetSearchMapping
- GetSearchMappingFields
- GetSearchMappingFields2
- List
- ListAprobacion
- ListArticlesChange
- ListArticlesIncident
- ListArticlesProblem
- ListArticlesServiceCall
- ListByCI
- ListByCategory
- ListByCategoryAndType
- ListByCategoryAndTypePublic
- ListByCategoryPublic
- ListByCriteria
- ListByMyGroups
- ListByMyProjects
- ListByProject
- ListByResponsableProject
- ListByType
- ListByTypeProject
- ListByTypeProjectPublic
- ListCIArticle
- ListCategories
- ListLastTenAdded
- ListLastTenAddedByCategory
- ListLastTenAddedByCategoryAndType
- ListLastTenAddedByCategoryPublic
- ListLastTenAddedByType
- ListLastTenAddedPublic
- ListLastTenAddedbyProject
- ListLastTenVisitedPublic
- ListRelatedArticle
- ListResultbyCategory
- ListResultbyCategoryType
- ListResultbyUser
- ListResultbyproject
- ListTopTenMostVisited
- ListTopTenMostVisitedByCategory
- ListTopTenMostVisitedByCategoryAndType
- ListTopTenMostVisitedByCategoryPublic
- ListTopTenMostVisitedByType
- ListTopTenMostVisitedPublic
- ListTopTenMostVisitedbyProject
- ListTopTenMostVisitedbyUser
- ListTopTenQualified
- ListTopTenQualifiedByCategory
- ListTopTenQualifiedByCategoryAndType
- ListTopTenQualifiedByCategoryPublic
- ListTopTenQualifiedByType
- ListTopTenQualifiedByUser
- ListTopTenQualifiedPublic
- ListTopTenQualifiedbyProject
- LoadArticle
-
ListByCriteriaByProject
MessageName="Parametros1" -
ListByCriteriaByProject
MessageName="Parametros3" - Update
Este servicio Web no es conforme con WS-I Basic Profile v1.1.
Examine cada una de las infracciones de instrucciones normativas incluidas a continuación. Siga las recomendaciones para evitarlas, o agregue la configuración a la sección de configuración <webServices> para desactivar las advertencias de conformidad con BP 1.1 para toda la raíz virtual.
Para desactivar las advertencias de conformidad con BP 1.1 para toda la raíz virtual, quite el valor 'BP1.1' de la sección <conformanceWarnings> del archivo de configuración de la aplicación:
<configuration>
<system.web>
<webServices>
<conformanceWarnings>
<remove name='BasicProfile1_1'/>
</conformanceWarnings>
</webServices>
</system.web>
</configuration>
R2304: Profile no permite una sobrecarga de nombres de operación en un elemento wsdl:portType. Un elemento wsdl:portType en una DESCRIPCIÓN DEBE tener operaciones con valores distintos para sus atributos de nombre. Tenga en cuenta que este requisito sólo se aplica a elementos wsdl:operation dentro de un determinado wsdl:portType. Un elemento wsdl:portType puede tener elementos wsdl:operation con nombres que son los mismos que los encontrados en elementos otros wsdl:portType.
- Operación 'ListByCriteriaByProject' en portType 'ArticleSoap' del espacio de nombres 'http://ArandaCMDBService.org/'.
Recomendación: Para que este servicio sea conforme, asegúrese de que todos los métodos Web pertenecientes al mismo enlace tengan nombres únicos.
Para obtener más detalles sobre Basic Profile versión 1.1, vea la Especificación Basic Profile.