Location element

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.

Usage

      
<Location
	href="xsd:string"
/>

    

Element Information

Element type Anonymous
Namespace http://schemas.microsoft.com/data/udc/soap
Schema name Universal Data Connection SOAP

Elements and Attributes

Child Elements

None.

Attributes

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.

Definition

      
<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>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp