I just create a webservice to pass a string and a table(KNA1).
It work well by calling it in IE:both String and table can be pass.
But when I call the webservice by ABAP,only the string can pass,
the Table is NULL.
How to do with this issue?Please