1.

What Is The Difference Between Concrete And Abstract Wsdl?

Answer»

CONCRETE: Besides the information about how to communicate to the web service, it the information on where the service exist. It has BINDINGS (Protocol the message should be sent) and Services(has endpoint for each bindings). 

ABSTRACT: It has information about how to communicate to the web service like types (Schema), Message (INPUT and output messages service ACCEPTS) ,Operations (operation that can be performed on this service) and port Type.

Concrete: Besides the information about how to communicate to the web service, it the information on where the service exist. It has Bindings (Protocol the message should be sent) and Services(has endpoint for each bindings). 

Abstract: It has information about how to communicate to the web service like types (Schema), Message (input and output messages service accepts) ,Operations (operation that can be performed on this service) and port Type.



Discussion

No Comment Found