I have seen similar posts to this but here is what I am seeing when I try to import a wsdl.
// Cannot unwrap:
// - Input message has more than one part
// - The output part is not a complex type
function NewSubmission(const SubmissionType: SubmissionType2; const ReferenceId: ReferenceId; const File_: File_): SubmissionId; stdcall;
// Cannot unwrap:
// - Input message has more than one part
function SubmissionListByDate(const DateFrom: DateFrom; const DateTo: DateTo): SubmissionList; stdcall;
// Cannot unwrap:
// - Input element wrapper name does not match operation's name
function SubmissionListByReferenceId(const ReferenceId: ReferenceId): SubmissionList; stdcall;
// Cannot unwrap:
// - Input element wrapper name does not match operation's name
function SubmissionListBySubmissionId(const SubmissionId: SubmissionId): SubmissionList; stdcall;
Here is the url I was using: WSDL : https://tapstaging.tax.utah.gov/efile/MFET/WSDL/?wsdl
Thanks.
DAN