Soap12FaultCodes::RpcBadArgumentsFaultCode Field

 

Represents the SOAP version 1.2 rpc:BadArguments fault subcode indicating that arguments sent to the XML Web service method were incorrect or could not be parsed.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
static initonly XmlQualifiedName^ RpcBadArgumentsFaultCode

Field Value

Type: System.Xml::XmlQualifiedName^

ASP.NET does not automatically throw a SoapException with the P:System.Web.Services.Protocols.SoapFaultSubcode.Code property set to RpcBadArgumentsFaultCode.

The SoapException class has a P:System.Web.Services.Protocols.SoapException.Subcode property of type T:System.Web.Services.Protocols.SoapFaultSubcode that represents the SOAP fault subcode. The P:System.Web.Services.Protocols.SoapFaultSubcode.Code property represents the URI for the actual SOAP fault subcode. When setting the P:System.Web.Services.Protocols.SoapFaultSubcode.Code property to RpcBadArgumentsFaultCode, set the SoapException::Code property to SenderFaultCode.

.NET Framework
Available since 2.0
Return to top
Show: