what are the differences between RPC Style and Document style SOAP web services?

devquora
devquora

Posted On: Feb 22, 2018

 

  • RPC Style In RPC Style, WSDL documents are generated based on method name and its parameters. In WSDL document, no type definitions are present. Under this, WSDL is difficult to validate against the schema. RPC styled messages are tightly coupled.
  • Document style web services can be validated against a predefined schema and content type. In document style, parameters are sent in XML formats. Here, the messages are loosely coupled.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Soap Interview Questions

    Explain what is SOAP?

    SOAP (Simple Object Access Protocol) is a communication protocol that facilitates the exchange of data over different n..

    Soap Interview Questions

    Mention the differences between SOAP and other remote access techniques?

    The following are the differences between SOAP and other remote web services such as DCOM, COBRA :SOAP WEB SERVICES O..

    Soap Interview Questions

    State the syntax rule for SOAP message?

    Following is the syntax rule for SOAP message- A SOAP message should use XML that is encoded. A SOAP message MUST use t..