Skip to Content.
Sympa Menu

grouper-dev - RE: [grouper-dev] Grouper & Web Services

Subject: Grouper Developers Forum

List archive

RE: [grouper-dev] Grouper & Web Services


Chronological Thread 
  • From: "RL 'Bob' Morgan" <>
  • To: Sanjay Vivek <>
  • Cc: Grouper Dev <>
  • Subject: RE: [grouper-dev] Grouper & Web Services
  • Date: Wed, 28 Nov 2007 09:23:46 -0800 (PST)


1. An object-oriented approach, i.e using JAX-RPC (now JAX-WS) to invoke methods and pass arguments and return values with a Java objects-to-XML binding to ensure maximum interoperability.

Can you comment on the applicability and interoperability of this approach to language environments other than Java? Eg Perl, Ruby, C#, C, PHP, etc.

The other advantage is that we can leverage all the WS-* specifications (security, transactions, discovery etc). The down side is that there is quite a bit of complexity involved (creating WSDLs, SOAP debugging etc.)

Do you have examples of successful use of composed WS-* features such as those you list in a deployed system? Have they been used in multi-platform, multi-language scenarios?

- RL "Bob"




Archive powered by MHonArc 2.6.16.

Top of Page