Where is Web Method

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

    Where is Web Method

    Dear all,

    I have add a web service reference named service1 in VS
    2008. Then I have following
    dim fih2 As New service1.OpInHU BInHouseDeleteR equest.
    dim fih2 As New service1.OpInHU BInHouseDeleteR esponse

    But what I want is dim fih2 As New service1.OpInHU BInHouseDelete. But
    I cannot find this method in service1. All available are request and
    response. So how can I call the web method of
    service1. All the methods cannot be seen in New service1. So where is
    the web method?

    Thanks
Working...