Answer try this |
| Chirag Bhavsar replied to Mac Vira at 12-May-08 02:03 |
HI! Mac
you may try this it works
Dim ws As New test.Service
Dim lst As New ArrayList(ws.GetForms())
the problem was that webservice does not return ArrayList it returns type Object. this is how you can get the contens of type object in arraylist |
|