SoapServiceRoutingStyle Enumeración

Definición

Especifica cómo se enruta un mensaje SOAP al servidor web que hospeda el servicio web XML.

public enum class SoapServiceRoutingStyle
public enum SoapServiceRoutingStyle
type SoapServiceRoutingStyle = 
Public Enum SoapServiceRoutingStyle
Herencia
SoapServiceRoutingStyle

Campos

Nombre Valor Description
SoapAction 0

El mensaje SOAP se enruta en función del SOAPAction encabezado HTTP.

RequestElement 1

El mensaje SOAP se enruta en función del primer elemento secundario que sigue al <Body> elemento XML del mensaje SOAP.

Se aplica a