2.3.18 ServiceUrl

When the value of the Type attribute of the Type element equals "WebService", this element MUST exist and its value MUST be a URL for a SOAP node. This URL MUST be used by the SOAP node to execute the SOAP method call specified in the SoapAction element. The protocol server MUST support absolute URLs and SHOULD<4> support server-relative URLs for this value.

When the value of the Type attribute of the Type element is not equal to "WebService", the ServiceUrl element MUST be ignored by the protocol client and protocol server.

Parent Elements

SelectCommand

UpdateCommand

Attributes:

UseFormsServiceProxy: Determines whether the connection needs to use the Forms Services Proxy web service. If the value of this attribute is "true", the protocol server MUST use the Forms Services Proxy web service, as specified in [MS-FSPP]. Otherwise the protocol server MUST NOT use the Forms Services Proxy web service.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="ServiceUrl">
   <xsd:complexType>
     <xsd:simpleContent>
       <xsd:extension base="xsd:string">
         <xsd:attribute name="UseFormsServiceProxy" use="optional" type="xsd:boolean"/>
       </xsd:extension>
     </xsd:simpleContent>
   </xsd:complexType>
 </xsd:element>