ISoapServer
Other versions of this page are also available for the following:
8/28/2008
This interface, implemented by the SoapServer object, provides a server-side, high-level interface whose methods process the incoming SOAP request and return a SOAP response.
The following tables show the methods and properties supported by the ISoapServer interface.
Method | Description |
---|---|
This method initializes the SoapServer object with the Web Services Description Language (WSDL) and Web Services Meta Language (WSML) files provided as input. |
|
This method gets the SOAP method out of the incoming SOAP message (request), executes the method, generates a SOAP outgoing message (response), and sends the response to the client. |
Requirements
Header | mssoap.h |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |