1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01021515"><META NAME="lcid" CONTENT="1033"><title>webServiceAdapter Element</title><link rel="stylesheet" type="text/css" href="office10.css"><script type="text/javascript" language="Javascript" src="ExpCollapse.js"></script><script type="text/javascript" language="JavaScript" src="inline.js"></script></head><body><p id="ExpandAllLine" class="ExpFav"><a href="#" onclick="ExpandAll()" onkeypress="ExpandAll()" class="DropDown"><img id="picHeader" border="0" src="expandtri.gif" alt="Show All"><span id="ExpandAll">Show All</span></a></p><h1>webServiceAdapter Element</h1><div class="ofvbanav"><span class="ofvbanavreuse" id="seealso" onclick="toggleList()" onkeypress="toggleList()"></span><span class="ofvbanavreuse" id="parentelements" onclick="toggleList()" onkeypress="toggleList()"></span><span class="ofvbanavreuse" id="childelements" onclick="toggleList()" onkeypress="toggleList()"></span><span class="ofvbanavreuse" id="attributeslinks" onclick="toggleList()" onkeypress="toggleList()"></span></div><p>Defines a Web service <a href="#" class="glossary" onclick="AppendPopup(this,'xddataadapter')" onkeypress="AppendPopup(this,'xddataadapter')">data adapter</a> that retrieves data from a Web service for the specified data object.</p><h2>Type</h2><p><pre><code>xsd:complexType</code></pre></p><h2>Structure</h2><table>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<tr>
<td><b class="bterm"><a href="xsfatrqueryAllowed_2.htm" id="HV01021592" lcid=" ">queryAllowed</a></b></td>
<td>(Optional attribute) Specifies whether data can be retrieved from the data source through the query method of the adapter object.</td>
</tr>
<tr>
<td><b class="bterm"><a href="xsfatrsubmitAllowed_2.htm" id="HV01021611" lcid=" ">submitAllowed</a></b></td>
<td>(Optional attribute) Specifies whether data can be submitted to the data source through the submit method of the adapter object.</td>
</tr>
<tr><td><b class="bterm"><a href="xsfatrwsdUrl.htm" id="HV01021625" lcid=" ">wsdUrl</a></b></td><td>(Required attribute) Contains the <a href="#" class="glossary" onclick="AppendPopup(this,'ofURL')" onkeypress="AppendPopup(this,'ofURL')">Uniform Resource Locator (URL)</a> of the Web Services Description Language (WSDL) file that describes the Web service specification.</td></tr><tr>
<td><b class="bterm"><a href="xsfelmoperation.htm" id="HV01021491" lcid=" ">operation</a></b></td>
<td>(Required element) Defines the operation (method) of the Web service to be used for retrieving and submitting data.</td>
</tr><tr><td><a href="xsfatruseDataSet_HV01107653.htm" id="HV01107653" lcid=" "><b class="bterm">useDataSet</b></a></td><td>(Optional attribute) Specifies whether the adapter will support an ADO.Net DataSet. Default is "no".</td></tr>
</table><h2>Remarks</h2><p>The <b class="bterm">webServiceAdapter</b> element is an optional element of the <b class="bterm"><a href="xsfelmquery.htm" id="HV01021497" lcid=" ">query</a></b> element.</p><p> The <b class="bterm">webServiceAdapter</b> element can also be used to define a Web service adapter used to submit the main or secondary form data.</p><h2><a id="#example" name="#example">Example</a></h2><p>The following is an example of the <b class="bterm">webServiceAdapter</b> element:</p><pre><code><xsf:query>
<xsf:<b class="bterm">webServiceAdapter</b>
wsdlUrl="http://localhost/infopathwebservicesample/infopathwebservicesample.asmx?WSDL"
queryAllowed="yes"
submitAllowed="no"
useDataSet="no">
<xsf:operation
name="getOrders"
soapAction="http://tempuri.org/getOrders"
serviceUrl="http://localhost/infopathwebservicesample/infopathwebservicesample.asmx">
<xsf:input
source="Submit.xml">
</xsf:input>
</xsf:operation>
</xsf:<b class="bterm">webServiceAdapter</b>>
</xsf:query></code></pre><script type="text/javascript" language="JScript" src="ofvbanl.js"></script><span id="ofVBAISpan" class="ofvbaispan"><iframe id="ofVBAIFrame" frameborder="0" marginheight="0" marginwidth="4" scrolling="auto" width="100%" src="../links/xsfelmwebServiceAdapter_l.htm"></iframe></span><center><a href="XMLSchemaCopyright_HV01147162.htm">©2003-2004 Microsoft Corporation. All rights reserved.</a>
Permission to copy, display and distribute this document is available at: <a
href="http://r.office.microsoft.com/r/rlidAWSContentRedir?AssetID=XT010988631033&CTT=11&Origin=HV011232471033"
target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html>
|