June 2002
Intermediate to advanced
816 pages
28h 12m
English
SoapBinding
This class represents a SOAP binding in a discovery document. You could add a SOAP binding for versioning (or to indicate additional information about a group of web services). SOAP bindings are specified in the discovery document by adding a SOAP XML element with an XML namespace equal to the Namespace constant.
Public NotInheritable Class SoapBinding ' Public Constructors Public Sub New() ' Public Shared Fields public const Namespace As String // =http://schemas.xmlsoap.org/disco/soap/ ' Public Instance Properties Public Property Address As String Public Property Binding As XmlQualifiedName End Class
Read now
Unlock full access