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.
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