Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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 |