Activity Forums Salesforce® Discussions What are the different elements of WSDL documents in Salesforce?

  • Prachi

    Member
    July 17, 2018 at 8:53 am

    Hello Chanchal,

    The following are the elements of WSDL:-

    1. Definition − It is the root element of all WSDL documents.
    2. Data types − These are in the form of XML schemas.
    3. 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.
    4. Operation − It is the abstract definition of the operation for a message.
    5. Port type − It is set of operations mapped to one or more end-points, also defining the collection of operations for a binding.
    6. Binding − It is the protocol and data formats for the operations that are defined for a particular port type.
    7. Port − It is a combination of a binding and a network address.
    8. Service − It is a collection of related end-points encompassing the service definitions in the file.
    • This reply was modified 5 years, 9 months ago by  Prachi.
  • shariq

    Member
    September 14, 2018 at 9:59 pm

    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.

  • Parul

    Member
    September 18, 2018 at 1:38 pm

    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.

Popular Salesforce Blogs

Popular Salesforce Videos