Activity › Forums › Salesforce® Discussions › What are the different elements of WSDL documents in Salesforce?
Tagged: Salesforce WSDL, WSDL Documents, WSDL File, XML, XML schema
-
What are the different elements of WSDL documents in Salesforce?
Posted by chanchal kumar on July 12, 2018 at 1:14 PMWhat are the different elements of WSDL documents in Salesforce?
Parul replied 7 years, 7 months ago 4 Members · 3 Replies -
3 Replies
-
Hello Chanchal,
The following are the elements of WSDL:-
- Definition − It is the root element of all WSDL documents.
- Data types − These are in the form of XML schemas.
- Message − It is an abstract definition of the data, in the form of a message which can be either as a document or as arguments.
- Operation − It is the abstract definition of the operation for a message.
- Port type − It is set of operations mapped to one or more end-points, also defining the collection of operations for a binding.
- Binding − It is the protocol and data formats for the operations that are defined for a particular port type.
- Port − It is a combination of a binding and a network address.
- Service − It is a collection of related end-points encompassing the service definitions in the file.
-
This reply was modified 7 years, 10 months ago by
Prachi.
- [adinserter block='9']
-
Hi,
components of WSDL are:
Types: This defines the message data types, which are in the form of XML schema, used by the web services.
Message: This defines the data elements for each operation where messages could be the entire document or an argument that is to be mapped.
Port Type: There are multiple services present in WSDL. Port type defines the collection of operations that can be performed for binding.
Binding: Determines and defines the protocol and data format for each port type.
Operations: This defines the operations performed for a message to process the message.Hope this helps.
-
There are different components of WSDL are:
Definition − It is the root element of all WSDL documents.
Data types − These are in the form of XML schemas.
Message − It is an abstract definition of the data, in the form of a message which can be either as a document or as arguments.
Operation − It is the abstract definition of the operation for a message.
Port type − It is set of operations mapped to one or more end-points, also defining the collection of operations for a binding.
Binding − It is the protocol and data formats for the operations that are defined for a particular port type.
Port − It is a combination of a binding and a network address.
Log In to reply.