Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tWebService : String cannot be cast to java.util.List

Hello there,

 

We are using tWebService and our job design is
tFileInputDelemited -> tFlowToIterate -> tFixedFlowInput -> tWebService.

The input file is with CSV format and the webservice we has using has some tree node structure.
(one Root with multiple items node)

There we are getting below error.
(java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List)

Is there any advice for this case.

 

Thanks and Regards,
May

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,

Are you calling a SOAP or REST webservice by using twebservice component? What's the input parameter for the web service? List object?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hello,

 

It is SOAP service.

And our input is CSV file and using string parameter.

Even we've tried with List, it difficult to pass as parameter to web service.

Because WebService has tree structure and our input file has one level structure.

 

Thanks and Regards,

May