View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Passing table to web service

If the service publishes an interface then couldn't you just contruct and
post the xml "manually"...

Tim

"Alex" wrote in message
oups.com...
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