Soap12FaultCodes.RpcProcedureNotPresentFaultCode Field
Assembly: System.Web.Services (in system.web.services.dll)
ASP.NET does not automatically throw a SoapException with the System.Web.Services.Protocols.SoapFaultSubcode.Code property set to RpcProcedureNotPresentFaultCode.
The SoapException class has a Subcode property of type SoapFaultSubcode that represents the SOAP fault subcode. The System.Web.Services.Protocols.SoapFaultSubcode.Code property represents the URI for the actual SOAP fault subcode. When setting the System.Web.Services.Protocols.SoapFaultSubcode.Code property to RpcProcedureNotPresentFaultCode, set the SoapException.Code property to SenderFaultCode.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.