A
Adacal
Hi,
Currently I am working on a project related with mobile web services.
So far I've developed sample applications in .NET CF using web
services. As the next step I'm planning to analyse the performance of
web services and figure out the ways to improve the performance.
However, I could not find any info about the underlying things done
automatically by .NET CF such as SOAP calls, parsing of XML Documents,
Marshalling etc. For example I would like to learn the size of the
SOAP packets sent and received by mobile client, get the time it takes
to parse the message etc. I wonder whether there is a way to learn
such things or change default parser from SAX to DOM or vice versa and
see the performance gain. Where can I find any resource (documents,
sample code etc) related with these issues?
Thanks for any help,
-adacal
Currently I am working on a project related with mobile web services.
So far I've developed sample applications in .NET CF using web
services. As the next step I'm planning to analyse the performance of
web services and figure out the ways to improve the performance.
However, I could not find any info about the underlying things done
automatically by .NET CF such as SOAP calls, parsing of XML Documents,
Marshalling etc. For example I would like to learn the size of the
SOAP packets sent and received by mobile client, get the time it takes
to parse the message etc. I wonder whether there is a way to learn
such things or change default parser from SAX to DOM or vice versa and
see the performance gain. Where can I find any resource (documents,
sample code etc) related with these issues?
Thanks for any help,
-adacal