Hi All
I want to pass a table with some text in it to a defined web service which has a RFC wrapped inside (web service required so I can set username)
When I try to call the webservice it works fine until I add a table to the output. When table is added I get this error:
After some research I found the following article (https://www.sdn.sap.com/irj/scn/wiki?path=/display/vc/connectivity) which states:
Set or HashMap or List (i mean any of the collection objects) then you may have problems. Only simple data type are working.
I believe tables are a complextype and therefore will not work as a webservice from visual composer. Is there any way around this or any plans for this to be fixed?