Thanks for the examples. I've got a few followups, if you don't mind...
Peter Molettiere wrote:
Chances are you're doing it right. My experience is that axis is pretty slow, especially if you have large object graphs to read and write.
I sure hope I'm not doing it right, though so far your solution and mine performs about the same... that is, unacceptably slow by several orders of magnitude - 4 minutes to deserialize a 1KB serialized message!
These two methods depend on the following code to register the object types you'd like to serialize first:
I presume that these are filling up static structures referenced by the service instance? Or is there something missing that links the service to the AxisServer parameter?
Could mis-registration of the types lead to poor performance somehow, or would it just plain fail?
Thanks much, -Michael