Share via


ISoapServer

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

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

Init Method (ISoapServer)

This method initializes the SoapServer object with the Web Services Description Language (WSDL) and Web Services Meta Language (WSML) files provided as input.

SoapInvoke Method

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

See Also

Reference

SOAP Objects and Interfaces

Concepts

A Quick Introduction to WSML