I have a Web service with a serializable collection class. My test app
can read the collection without any problems. The problem I'm having
is that the collection is readonly (no methods for adding to it from
test app). My test app needs to submit a collection of objects to the
Web service for batch adding.
Is there anything I can do?
Thanks.
adbarnet - 31 Jul 2005 12:58 GMT
Provide an Add method that takes an ArrayList as a parameter?
>I have a Web service with a serializable collection class. My test app
> can read the collection without any problems. The problem I'm having
[quoted text clipped - 5 lines]
>
> Thanks.
adbarnet - 31 Jul 2005 13:03 GMT
Sorry - didn't mean to top-post.
> Provide an Add method that takes an ArrayList as a parameter?
>
[quoted text clipped - 12 lines]
> ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
> ----------------------------------------------------------
adbarnet - 31 Jul 2005 13:04 GMT
Provide an Add method that takes an ArrayList as a parameter?
>I have a Web service with a serializable collection class. My test app
> can read the collection without any problems. The problem I'm having
[quoted text clipped - 5 lines]
>
> Thanks.