Specifies the location of a SOAP service. If a client service calls a server component on the same machine as the client service, the value of the Location element is sufficient to identify the SOAP service.
<Location
href="xsd:string"
/>
Element type | Anonymous |
Namespace | http://schemas.microsoft.com/data/udc/soap |
Schema name | Universal Data Connection SOAP |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
href | xsd:string | optional | Contains the URL of Web service. This URL is used by remote clients. | See external namespace. |
<xsd:element name="Location" >
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="href" type="xsd:string">
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>