Does the .NET SOAP Toolkit correspond to Apache SOAP?

Does the .NET SOAP Toolkit correspond to Apache SOAP?

Does the .NET SOAP Toolkit correspond to Apache SOAP? Do you still need to install Apache Web server if you have installed Apache Tomcat? Does JBoss run alone or do you have to install Jetty or Tomcat?

    Requires Free Membership to View

    When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to keep you informed on recent service-oriented architecture (SOA) and SOA-related topics such as integration, governance, Web services, Cloud and more.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSOA.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSOA.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

The .NET SOAP environment or the MS SOAP Toolkit correspond to Apache SOAP. They are SOAP runtime servers. (The tools that generate SOAP client proxies and SOAP server interfaces are tied to the SOAP runtime servers.) The Apache SOAP runtime runs as a servlet, therefore it requires a servlet engine to run. You can deploy the Apache SOAP runtime in almost any servlet engine (Tomcat, Jetty, JRun, WebLogic, WebSphere, Resin, etc.) Some servlet engines include an HTTP engine (e.g., Jetty, WebLogic). Others don't (e.g., Tomcat, JBoss). If you're using Tomcat, you often use it with Apache Web Server. If you're using JBoss, you also need an HTTP server and a servlet engine (Jetty or Apache Web Server and Tomcat).

This was first published in April 2002