RE: RPC Vs Messaging

2002-01-31 Thread Gary Feldman
From: Krishnamurthy, Ramanathan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 5:43 PM Is this distinction necessary ? Isn't messaging a special case of RPC. The terminology itself is confusing. I'm not sure where this usage started, but I think it's wrong. And I think you

RE: RPC Vs Messaging

2002-01-30 Thread Dahnke, Eric
We're using the JAXM package to generate SOAP Messages with code out of the JAXM package. And I've been told one can (will be able to) use JAXM with Axis. Something like the following. MessageFactory mf = MessageFactory.newInstance(); SOAPMessage msg = mf.createMessage(); SOAPPart sp =