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
> 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
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
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