G
Greg --
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.
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.