Passing table to web service

A

Alex

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
 
T

Tim Williams

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

Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top