Multiple choice technology web technology

Which of the following are valid WSDL SOAP binding style/use models? Check all that apply

  1. RPC/encoded

  2. RPC/document

  3. RPC/literal

  4. Document/encoded

  5. Document/literal,

Reveal answer Fill a bubble to check yourself
A,C,D,E Correct answer
Explanation

WSDL defines five valid SOAP binding style/use combinations. Document/literal and RPC/literal are WS-I compliant and recommended. RPC/encoded was common in early SOAP but is now deprecated. Document/encoded is technically valid though rarely used. RPC/document is not a standard WSDL combination.