Accessing a Webmethod which returns an ArrayList in VBA

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top