[Soaplab2-dev] Which style of WSDL
Brought to you by:
marsenger
From: Mahmut U. <ul...@eb...> - 2006-06-02 14:39:22
|
Hi Peter, > In general, what are the reasons to stick with the (more complicated) > rpc/rpc compared to document/literal? I assumed you meant 'rpc/encoded' in the above discussion. The following article is a good source for finding an answer to the above question. http://www-128.ibm.com/developerworks/webservices/library/ws-whichwsdl/ The main advantage of the rpc/encoded style is that the WSDL is as straightforward as it's possible for a WSDL to be. However, the main disadvantage is that it is not WS-I compliant. > Does rpc/rpc provide features, missing in document/literal but > necessary or good to have in Soaplab? Using rpc/encoded style it is possible to reference the same object in more than one place by using the href and the id attributes, so avoiding duplication of data in some cases. Regards, Mahmut |