RE: RPC Vs Messaging

2002-01-31 Thread Anne Thomas Manes
Thursday, January 31, 2002 11:50 AM > To: [EMAIL PROTECTED] > Subject: RE: RPC Vs Messaging > > > > From: Krishnamurthy, Ramanathan [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 30, 2002 5:43 PM > > > > Is this distinction necessary ? Isn't messaging

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 Rebecca Dias
30, 2002 6:15 PM To: '[EMAIL PROTECTED]' Subject: RE: RPC Vs Messaging 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

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 = msg.getS