Interview Questions

How do I setup an Apache SOAP Server?

SOAP Interview Questions and Answers


(Continued from previous question...)

How do I setup an Apache SOAP Server?

As is the case with any client-server paradigm, in the world of web services there are web service providers and web service consumers. Server-Side SOAP is a tutorial which deals with how to build and provide web services using Apache SOAP. We will cover the details of the technology for consuming web services when we work through SOAP on the Client-Side.

Before we get into the details of Apache SOAP let's just touch on one other major technology choice available to web service providers. It is the .NET platform from Microsoft and has the powerful advantage of allowing the service developer to incorporate any COM (Component Object Model) component into his service code. This means your service code is not limited only to the Java programming language (and any JNI extensions) but can be written in any mix of C/C++, Visual Basic, Java, C#, Fortran, COBOL, Perl etc. The .NET platform will undoubtedly be an extremely popular choice for service developers.

Read More...

http://www.soapuser.com/server1.html

(Continued on next question...)

Other Interview Questions