Pipeline.ProcessOutputMessage Method

Process an outgoing SOAP message.

Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim envelope As SoapEnvelope
Dim returnValue As Boolean
Dim pipeline1 As Pipeline
returnValue = pipeline1.ProcessOutputMessage(envelope)

Syntax

'Declaration
Public Function ProcessOutputMessage( _
    ByVal envelope As SoapEnvelope _
) As Boolean
public bool ProcessOutputMessage(
    SoapEnvelope envelope
);
public:
bool ProcessOutputMessage(
    SoapEnvelope^ envelope
);
public boolean ProcessOutputMessage(
    SoapEnvelope envelope
);
public function ProcessOutputMessage(
     envelope : SoapEnvelope
) : Boolean;

Parameters

  • envelope
    A SoapEnvelope that contains the outgoing SOAP message.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

Pipeline Class
Pipeline Members
Microsoft.Web.Services3 Namespace