location Element
In this article
Contains the Uniform Resource Locator (URL) of the Microsoft BizTalk 2004 Human Workflow Services (HWS) Web service.
Type
Child Elements
None.
Attributes
url
Yes
The location of the HWS Web service.
string
xsd:string
Definition
<xsd:element name="location">
<xsd:complexType>
<xsd:attribute name="url" type="xsd:string" use="required"></xsd:attribute>
</xsd:complexType>
</xsd:element>
The location element is a child element of the hwsWorkflow element.
Note If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will prevent the form template from being deployed to the server as a browser-compatible form.
Example
The following is an example of the location element:
<xsf:hwsWorkflow taskpaneVisible="yes">
<xsf:location url="http://www.contoso.com/hwsservice/hwsservice.asmx"/>
<xsf:allowedActions>
<xsf:action name="approval" actionTypeID="123"
canInitiateWorkflow="yes" caption="Get Approval"/>
<xsf:action name="delegate" actionTypeID="234"
canInitiateWorkflow="no" caption="Delegate"/>
</xsf:allowedActions>
<xsf:allowedTasks>
<xsf:task name="getManagerApproval" taskTypeID="435"
caption="Send Response"/>
<xsf:task name="getVPApproval" taskTypeID="436"
caption ="Send Response"/>
<xsf:task name="delegateToManager" taskTypeID="420"
caption="Respond"/>
</xsf:allowedTasks>
</xsf:hwsWorkflow>