INVESTIGADORES
ZUNINO SUAREZ Alejandro Octavio
congresos y reuniones científicas
Título:
Avoiding WSDL Bad Practices in Code-First Web Services
Autor/es:
ORDIALES COSCIA, L.; MATEOS, C.; CRASSO, M.; ZUNINO, A.
Lugar:
Córdoba
Reunión:
Simposio; 12th Argentine Symposium on Software Engineering (ASSE2011), 40 Jornadas Argentinas de Informática e Investigación Operativa (JAIIO); 2011
Institución organizadora:
SADIO
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 the WSDL anti-patterns 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.