Multiple choice technology web technology

Web Services

  1. True, because they both generate the same SOAP message

  2. False, because one is written in Java and the other in C# etc

  3. None of the above

  4. Both 1 and 2 are correct

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Web services built using different programming languages can interoperate because they generate standardized SOAP messages. The language-specific implementation handles the SOAP creation, but the resulting XML message follows the same specification regardless of whether it's generated by Java, C#, or any other language. This language independence is a key design principle of SOAP-based web services.