Hi,
I'm trying to consume a soap web service via integration studio due to some limitations of soap.
If this web service is returning an array of a certain data type and I'm defining my output structure in the same way, but with record lists, how should I do the conversion?
Hovering over RLGBIGETNOSTROTRANSTypeRecordList would say : RecordList type RLGBIGETNOSTROTRANSTypeRecordList that represents a record list of GBIGETNOSTROTRANSType[]
But assigning ssoutput to output throws the error:
Cannot implicitly convert type 'OutSystems.NssT24_ConsumeSoap.WebReference.GBIGETNOSTROTRANSType[]' to 'OutSystems.NssT24_ConsumeSoap.RLGBIGETNOSTROTRANSTypeRecordList'
Is there a straightforward way to do this? Thank you in advance.