Friday 20 January 2017

Difference between top-down and bottom-up approach of developing web services

Difference between top-down and bottom-up approach of developing web services

In top-down approach, first WSDL document is created and then Java classes are developed based on WSDL contract, so if WSDL contract changes you got to change your Java classes.

In bottom up approach, you first create Java code and then use annotations like @WebService to specify contract or interface and WSDL field will be automatically generated from your build.

No comments:

Post a Comment