//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//------------------------------------------------------------------------------
namespace System.Web.Services.Protocols {
///
public enum SoapServiceRoutingStyle {
///
SoapAction,
///
RequestElement,
}
}