Share via


Init Method (ISoapServer) (Windows CE 5.0)

Send Feedback

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

HRESULT Init(BSTRbstrWSDLFileName,BSTRbstrWSMLFileSpec);

Parameters

  • bstrWSDLFileName
    [in] WSDL file that describes the services offered by the server.
  • bstrWSMLFileSpec
    [in] WSML file that maps the operations of a service described in the WSDL file to specific methods in the COM object. WSML files are specific to the Microsoft SOAP implementation.

Return Values

The following table describes the common return values.

Value Description
S_OK Success.
E_NOTIMPL The function contains no implementation.
E_OUTOFMEMORY Out of memory.

Requirements

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

See Also

A Quick Introduction to WSDL | A Quick Introduction to WSML | ISoapServer

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.