Chapter 1 Introduction
As part of the Web Services Toolkit functionality, the SOAP servlet Web application in EAServer provides you with a way to expose your EAServer components to your customers with minimal firewall constraints, platform dependencies, or complex development implementations involving Distributed Component Object Model (DCOM) or Common Object Request Broker Architecture (CORBA).
SOAP allows applications to communicate using existing Internet technologies (such as HTTP, URLs, SSL, and XML) and the HTTP or HTTPS port. While SOAP does not mandate which transfer protocol to use, it is the combination of SOAP and HTTP that allows you to invoke remote procedures, even through firewalls.
The SOAP servlet runs within the Web Services Toolkit as a Web application in EAServer. When it receives a SOAP request message, the servlet:
Then, the servlet:
The transports currently supported are HTTP and HTTPS.
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |