Accessing a Webmethod which returns an ArrayList in VBA

G

Guest

Hi
I have a webservice which has 2 webmethods:
1.One that returns a String
2.One that returns an ArrayLis

I need to use this WebService in VBA environment. I am using the Webservices References Tool 2.0 for
accessing this Webservice. I've added the WebService and I'm able to get the string returned from the first
web method. But I'm getting error when trying to access the webmethod which returns an arraylist

I found this Microsoft Web site which explains about using complex datatypes this
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxpwst/html/odc_wsrtct.as

But when I add the webreference, I am not able to find the files which have been described there to be generated

Could anyone help me out
Thank
 
A

Armin Zingler

Ankita said:
Hi,
I have a webservice which has 2 webmethods:
1.One that returns a String
2.One that returns an ArrayList

I need to use this WebService in VBA environment. I am using the
Webservices References Tool 2.0 for accessing this Webservice. I've
added the WebService and I'm able to get the string returned from the
first web method. But I'm getting error when trying to access the
webmethod which returns an arraylist.

I found this Microsoft Web site which explains about using complex
datatypes this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxpwst/html/odc_wsrtct.asp

But when I add the webreference, I am not able to find the files
which have been described there to be generated.

I'm almost sure this is not a VB.Net ("dotnet", see group name) related
question. Please find the appropriate group for it.


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 

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