Share via


GetOperationParts Method

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method returns the message parts of the operation.

Syntax

HRESULT GetOperationParts(
  IenumSoapMappers** ppIEnumSoapMappers
);

Parameters

  • ppIEnumSoapMappers
    [out] List of the message parts in operation.

Return Value

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.

Remarks

The returned collection contains the message parts defined for both the operation's request and response messages.

If a message part appears in both the request and response messages, the object model represents them by a single part in the collection.

Requirements

Header mssoap.h
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

WSDLOperation