Hello,
I have some web services which return quite large XML documents. I want to
invoke the services and retrieve the raw XML in order to persist it through
an XML database. I don't want to create a bunch of meaningless proxy classes.
It seems like this should be quite simple; I would appreciate some pointers!
Thanks,
Simon
I have some web services which return quite large XML documents. I want to
invoke the services and retrieve the raw XML in order to persist it through
an XML database. I don't want to create a bunch of meaningless proxy classes.
It seems like this should be quite simple; I would appreciate some pointers!
Thanks,
Simon
Comment