+1 vote
in Tableau by
What are the difference Between Concrete Wsdl And Abstract Wsdl in TIBCO?

1 Answer

0 votes
by

Abstract WSDL:-Abstract Wsdl will describes the interface of web service that includes the format of both request and response messages of each operation.
Concrete Wsdl:-Concrete Wsdl describes the abstract WSDL plus transport information. And this will contains messages, operations and transport specific information (JMS or HTTP) and that is used by SOAP client.

...