Interview Questions

SOAP Toolkit FAQ - Why would I use SMO instead of the high level interface?

SOAP Interview Questions and Answers


(Continued from previous question...)

SOAP Toolkit FAQ - Why would I use SMO instead of the high level interface?

While some overlap exists between the two, the high-level interface is at its best in traditional RPC type applications. SMO, meanwhile, is better at performing message-oriented applications. If you wish to use Soap to exchange XML documents, SMO is the best choice. If you want to use Soap to execute operations on a remote host, the high-level interface is probably a better choice. SMO provides an interface that is easier to use to create complex XML documents than the high level interface.

(Continued on next question...)

Other Interview Questions