View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alex[_34_] Alex[_34_] is offline
external usenet poster
 
Posts: 2
Default Passing table to web service

Hi all,

I am trying to pass a simple table with 4 columns and x rows (depends
on prior operations) to a .net web service. It is my understanding
that .net web services do not accept multi-dimensional arrays.

What is the best method to accomplish this? I have been Googling for
hours but have had no luck. Thanks in advance.

-- Alex