ISoapServer (Windows CE 5.0)

Send Feedback

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 This method initializes the SoapServer object with the Web Services Description Language (WSDL) and Web Services Meta Language (WSML) files provided as input.
SoapInvoke 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

OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.

See Also

A Quick Introduction to WSML | SOAP Objects and Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.