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 method saves the operation's message parts in a SOAP message.
Syntax
HRESULT save(
ISoapSerializer* pISoapSerializer,
VARIANT_BOOL vbInput
);
Parameters
- pISoapSerializer
[in] ISoapSerializer object in which to save the operation's message parts.
vbInput
[in] Value indicating whether to save the message parts as input or output to a service.If set to True, this method saves the message parts as the input to a service.
If set to False, this method saves the message parts as the output from a service.
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
You must call the save method on the same thread used to set the COM values of the operation's message parts.
Requirements
| Header | mssoap.h |
| Library | uuid.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |