close wind
Posts: 2
Nickname: closewind
Registered: Sep, 2007
|
|
Re: Soap encoding vs Literal encoding
|
Posted: Sep 22, 2007 6:49 AM
|
|
1、As i know,the difference them is that there aren't any information about data's type in the SOAP requesting message when you using Document style.
2、if you use RPC style,axis will help you deal with Serialize/Deserialize.But the processing is dynamic with poor effiecency. For Document style,axis may be requiring developer implement the Serialize/Deserialize processing himself.now,it is faster of cource.The man knows everything of the datas.
3、When the SOAP requesting message arrived,axis will check if the first param recorded in the SOAP-Body is different to the operation name recorded in service.xml.Same,is RPC;other,is Document.
|
|