Thanks . The article helps a lot. It has most of the things I need to understand document style web services.
Regards
Manu
On 12/7/05, Stefan Schmidt <[EMAIL PROTECTED]> wrote:
Hi Manu,
As long as your WS is JAX-RPC conformant you can deploy either type -
document or rpc-style Web services.
As for the differences between both, there is a long list... Basically
document-style is far more coarse grained and
business/document-oriented, also I think this is the future of WS.
Document-style WS can be used in synchronous and asynchronous scenarios
as opposed to rpc which only supports synchronous invocations. RPC-style
is really what the name says - invoking remote procedures. Many
developers find this style easier to understand.
I find this article quite comprehensive:
http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns/
Hope this helps.
Regards,
Stefan Schmidt
Manu George wrote:
>Hi,
> Can you deploy Document style web services in Geronimo? If so what
>are the differences in deployment from JAX-RPC style web services?
>
>Thanks
>Manu
>
>
>
