H
hon123456
Dear all,
I have add a web service reference named service1 in VS
2008. Then I have following
dim fih2 As New service1.OpInHUBInHouseDeleteRequest.
dim fih2 As New service1.OpInHUBInHouseDeleteResponse
But what I want is dim fih2 As New service1.OpInHUBInHouseDelete. 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
I have add a web service reference named service1 in VS
2008. Then I have following
dim fih2 As New service1.OpInHUBInHouseDeleteRequest.
dim fih2 As New service1.OpInHUBInHouseDeleteResponse
But what I want is dim fih2 As New service1.OpInHUBInHouseDelete. 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