Title: Message
Hello all, and thank you in advance. 
 
Being a newbie to both Apache projects AXIS and OJB, I am trying to accomplish two or three things in the next iteration of our software product:
 
1. Remove dependence from the database vendors by employing OJB JDO (Java Data Objects).
2. Loosely couple client access to the JDO layer by using Apache AXIS web services.
3. Render data on the "dark side" visually with a .NET web consumer.
 
I have a few questions.
 
1. Given AXIS/.NET interop state of the art, should I serialize my JDO's and send them over the AXIS ether, or manually create an XML DOC for transmission?
2. Which Web Service protocol is right for this exchange - RPC, Message, Document, or Wrapped?
3. And, I know this may not be the correct forum, but others have encountered the MS Mess before.... How do I make sense of the data on the Microsoft .NET side once it is sent?
 
 
Thank you, again, in advance,
JBW

Reply via email to