Hi,

I think using JAXM tool from Sun is very good to send message and attachment
You can download this tool by clicking on following link:
http://developer.java.sun.com/servlet/SessionServlet?url=http://developer.ja
va.sun.com/developer/earlyAccess/

Then try to use the receiver/sender in the simple folder.

Danh Hoai

----- Original Message -----
From: Abraham Kang <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 10, 2001 4:42 PM
Subject: RE: Cross program calls from Tomcat/Apache servlet


>
> > -----Original Message-----
> > From: Brian Noyes [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 10, 2001 11:33 AM
> > To: [EMAIL PROTECTED]
> > Subject: Cross program calls from Tomcat/Apache servlet
> >
> >
> > Anyone got a recommendation for the best approach to invoke a method on
> > another running Java program from inside a servlet that receives SOAP
> > messages on Apache?
> >
> > The scenario is that we have Tomcat running, and invoke a soap
> > method in our
> > servlet. In response to that method call, we want to call a method on
> > another Java program that is running on the server (implementing an
event
> > channel back to the client).
> >
> > What is the best way to call out from a servlet into another running
Java
> > program on the same machine? RMI?
> >



Reply via email to