SoapRpcServiceAttribute Class
Assembly: System.Web.Services (in system.web.services.dll)
[AttributeUsageAttribute(AttributeTargets::Class)] public ref class SoapRpcServiceAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class) */ public final class SoapRpcServiceAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class) public final class SoapRpcServiceAttribute extends Attribute
Not applicable.
The SoapRpcServiceAttribute allows you to set the default encoding style for XML Web service methods within an XML Web service to RPC method encoding and Encoded parameter encoding.
Web Services Description Language (WSDL) defines two styles for how an XML Web service method, or operation, can be encoded in a SOAP request or a SOAP response: RPC and Document. The RPC style refers to encoding the XML Web service method according to section 7 of the SOAP specification for using SOAP for RPC. This style specifies that all parameters are encapsulated within a single element named after the XML Web service method, and that each element within that element represents a parameter named after its respective parameter name.
To set the default method level encoding to Document, apply a SoapDocumentServiceAttribute to the class implementing the XML Web service.
For more details, see Customizing SOAP Message Formatting.
This attribute can be applied to a class implementing an XML Web service.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, 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.