Async Web Method call

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • comet
    New Member
    • Dec 2006
    • 1

    Async Web Method call

    I use VS2005 and .net 2.0. I try to make an async web method call using BeginMethodName and EndMethodName. According to all documents I read, VS2005 Web Reference should generate these two methods for me for each web methods in the web service. But I check reference.vb and these methods don't exist.

    Does anyone have any idea why this happens?

    By the way the web service was implemented using .net 1.1.

    Thanks.
  • chinu
    New Member
    • Jun 2007
    • 36

    #2
    Originally posted by comet
    I use VS2005 and .net 2.0. I try to make an async web method call using BeginMethodName and EndMethodName. According to all documents I read, VS2005 Web Reference should generate these two methods for me for each web methods in the web service. But I check reference.vb and these methods don't exist.

    Does anyone have any idea why this happens?

    By the way the web service was implemented using .net 1.1.

    Thanks.
    I am not sure about 1.1 but with 2.0 it works..

    Comment

    Working...