hwsAdapter Element
Defines the Microsoft BizTalk 2004 Human Workflow Services (HWS) data adapter, which can be used to start or extend an activity flow and respond to a task.
Type
|
Child Elements
Element | Description |
---|---|
hwsOperation | Defines the HWS operation type, such as adding an action to a new activity flow, adding an action to an existing activity flow, and responding to a task. |
Attributes
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
name |
|
Yes | Contains the name of the data adapter. | minLength = 1 maxLength = 255 pattern = ([^\p{Z}\p{Cc}\p{Cf}\p{Cn}])(([^\p{Zl}\p{Zp}\p{Cc}])*([^\p{Z}\p{Cc}\p{Cf}\p{Cn}]))? |
|
||||
wsdlUrl |
|
Yes | Contains the Uniform Resource Locator (URL) of the HWS Web service. | string |
|
||||
queryAllowed |
|
No | Specifies whether the adapter can be used for querying the data source. Can be omitted for the hwsAdapter, corresponding to a default value of "no". |
|
|
||||
submitAllowed |
|
No | Specifies whether the adapter can be used for submitting to the data source. Always set to "yes" for the hwsAdapter. |
|
|
Definition
|
Remarks
Upon submit, the hwsAdapter automatically creates a globally unique identifier (GUID), as required by the HWS Web service; encodes the XML file; and updates the processing instructions of the XML instance file.
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 hwsAdapter element:
|