Accessing a Webmethod which returns an ArrayList in VBA

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ankita

    Accessing a Webmethod which returns an ArrayList in VBA

    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


    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

  • Armin Zingler

    #2
    Re: Accessing a Webmethod which returns an ArrayList in VBA

    "Ankita" <laksh_murthy@h otmail.com> schrieb[color=blue]
    > 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:
    >[/color]
    http://msdn.microsoft.com/library/de...odc_wsrtct.asp[color=blue]
    >
    > But when I add the webreference, I am not able to find the files
    > which have been described there to be generated.[/color]

    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:



    Comment

    Working...