You may have a Web Service Description Language (WSDL) file for a Web service that uses definitions with the following attributes:
� | A type attribute that is similar to the following:
<message name="GetReturnXmlNodeSoapOut">
<part name="XmlNoder" type="s0:myType" />
</message>
|
� | An element attribute that is similar to the following:
<message name="GetReturnXmlNodeSoapOut">
<part name="parameters" element="s0:GetReturnXmlNodeResponse" />
</message>
|
With this WSDL file, Microsoft Office InfoPath 2007 and Microsoft Office InfoPath 2003 cannot correctly generate a form from the Web service method, and you may receive an error message that is similar to the following:
"/schema/element[1][@name='myFields']/complexType[1]/sequence[1]/element[2]
[@name='dataFields']/complexType[1]/sequence[1]/element[1]
Undeclared XSD element: {http://tempuri.org/}XmlNoder"