Well, I'm adding a secondary data connection from an existing WSDL
file that I know previously worked. The vendor should be able to help
with the problem yet. I was told I had to manually add a complex type
to the WSDL file, which I did. I've re-double-checked the syntax and
second-guessed myself numerous times now. I'm not terribly familiar
with the format and syntax, though I have examples to work off of. The
'type mismatch' error to me at least alludes to a data type issue
issue more than anything. I know if I have a malformed WSDL file I get
a whole different message. So, I don't think I'm missing a quote or
bracket somewhere that I can see.
"Zamdrist" wrote:
> .
>
Turned out to be an irrelevant or erroneous line inserted into the
WSDL file by the company's proprietary IDE
<import schemaLocation=".../MG_Template.xsd" /> *Edited for security*
After that line was removed and the file saved, InfoPath had no issues
reading the file. All along my syntax was correct, a complex type I
added. Frustrating.