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

RequestElement 1

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

SoapAction 0

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

Se aplica a