June 2002
Intermediate to advanced
816 pages
28h 12m
English
SoapRpcServiceAttribute
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
System.Object→System.Attribute→ SoapRpcServiceAttribute
Class
Read now
Unlock full access