Is it typical for a provider of a web services to also provide client libraries?

Posted by HDave on Programmers See other posts from Programmers or by HDave
Published on 2011-11-15T16:31:37Z Indexed on 2011/11/16 18:13 UTC
Read the original article Hit count: 325

My company is building a corporate Java web-app and we are leaning towards using GWT-RPC as the client-server protocol for performance reasons. However, in the future, we will need to provide an API for other enterprise systems to access our data as well. For this, we were thinking of a SOAP based web service. In my experience it is common for commercial providers of enterprise web applications to provide client libraries (Java, .NET, C#, etc.).

Is this generally the case?

I ask because if so, then why bother using SOAP or REST or any standard web services protocol at all? Why not just create a client libraries that communicate via GWT-RPC?

© Programmers or respective owner

Related posts about java

Related posts about web-services