ISISTAN   23985
INSTITUTO SUPERIOR DE INGENIERIA DEL SOFTWARE
Unidad Ejecutora - UE
artículos
Título:
Avoiding WSDL Bad Practices in Code-First Web Services
Autor/es:
CRISTIAN MATEOS; MARCO CRASSO; ALEJANDRO ZUNINO; JOSÉ LUIS ORDIALES COSCIA
Revista:
SADIO Electronic Journal of Informatic and Operation Research
Editorial:
SOCIEDAD ARGENTINA DE INFORMÁTICA E INVESTIGACIÓN OPERATIVA
Referencias:
Lugar: Buenos Aires; Año: 2012 vol. 11 p. 31 - 48
ISSN:
1514-6774
Resumen:
Service-Oriented Computing allows software developers to structure applications as a set of standalone and reusable components called services. The common technological choice for materializing these services is Web Services, whose exposed functionality is described by using the Web Services Description Language (WSDL). Methodologically, Web Services are often built by first implementing their behavior and then generating the corresponding WSDL document via automatic tools. Good WSDL designs are crucial to derive reusable Web Services. We found that there is a high correlation between well-known Object-Oriented metrics taken in the code implementing services and the occurrences of bad design practices in their WSDL documents. This paper shows that some refactorings performed early when developing Web Services can greatly improve the quality of generated WSDL documents.