Name

SoapRpcServiceAttribute

Synopsis

This attribute can be applied to a web service’s class declaration. It specifies that the default encoding for SOAP request and response messages will be RPC. The client can override this default by using the SoapDocumentMethodAttribute. If you apply this attribute, the web service will not be able to return objects because no XSD schema will be generated.

Public NotInheritable Class SoapRpcServiceAttribute : Inherits Attribute
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Property RoutingStyle As SoapServiceRoutingStyle  
End Class

Hierarchy

System.ObjectSystem.Attribute SoapRpcServiceAttribute

Valid On

Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.