H
hima
Hi,
I need to make a decision if company gonna use WebServices in out new project.
As I understand WebService uses serialization when passing parameters
from/to client. This meens that there is a lot of xml tags. Can somebody tell
me, does WebService sends this xml as is, or it does some kind of
trimming/restoring when communicating?
Does WebService use sessions, or it opens/closes every time client calls
web-method? If it does can it be used to store some data associoated with the
client's session?
I need to make a decision if company gonna use WebServices in out new project.
As I understand WebService uses serialization when passing parameters
from/to client. This meens that there is a lot of xml tags. Can somebody tell
me, does WebService sends this xml as is, or it does some kind of
trimming/restoring when communicating?
Does WebService use sessions, or it opens/closes every time client calls
web-method? If it does can it be used to store some data associoated with the
client's session?