Article

From:
To:
All
Subject:
WSDL - Cannot Unwrap issues
Newsgroup:
embarcadero.public.delphi.webservices

WSDL - Cannot Unwrap issues

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;
  end;

Here is the url I was using: WSDL : https://tapstaging.tax.utah.gov/efile/MFET/WSDL/?wsdl

Thanks.

DAN
FYI: Phrase searches are enclosed in either single or double quotes
 
 
Originally created by
Tamarack Associates
Sat, 02 Dec 2023 03:15:34 UTC
Copyright © 2009-2023
HREF Tools Corp.