How to use SOAP over SMTP for RPC with AXIS

2004-12-02 Thread Ry.
Hi, I hope you can provide some ideas or direct me to some tutorials, examples, etc. to help explain how to create a simple web service that receives SOAP requests over SMTP to call a remote procedure.  My problem is I have only 2 weeks to write and test this, so if possible, I hope somebody can di

Re: SOAP over SMTP

2002-11-18 Thread Steve Loughran
- Original Message - From: "Jason Essington" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 1:26 PM Subject: Re: SOAP over SMTP > yup, read that (SOAP 1.2 Email Binding). I've looked at, but it was kind of a hard read. > I s

Re: SOAP over SMTP

2002-11-18 Thread Jason Essington
On Monday, November 18, 2002, at 01:10 PM, Steve Loughran wrote: I am curious if their is already an effort to implement XML-Security into AXIS in a transport agnostic sort of way? The starting place would seem to be the SOAP1.2 SOAP over SMTP spec, and the WS-I stuff on WS-Security

Re: SOAP over SMTP

2002-11-18 Thread Steve Loughran
- Original Message - From: "Jason Essington" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 11:48 AM Subject: Re: SOAP over SMTP > Licenses, especially the open source type confuse me :-/ closed source licenses dont have any incorp

Re: SOAP over SMTP

2002-11-18 Thread Jason Essington
CTED]> Sent: Monday, November 18, 2002 11:04 AM Subject: Re: SOAP over SMTP Steve Some of the handlers could be easily made a part of axis, but the MBean that actually checks the email is fairly jboss specific, and it depends on the JBoss' mail service. also the authentication (xml digital sig

Re: SOAP over SMTP

2002-11-18 Thread Steve Loughran
- Original Message - From: "Jason Essington" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 11:04 AM Subject: Re: SOAP over SMTP > Steve > > Some of the handlers could be easily made a part of axis, but the MBean > that a

Re: SOAP over SMTP

2002-11-18 Thread Jason Essington
n" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 7:07 AM Subject: Re: SOAP over SMTP Hi Arul I am trying to build an email transport into jboss.net (the axis in JBoss). There is already some code in cvs (http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/

Re: SOAP over SMTP

2002-11-18 Thread Steve Loughran
- Original Message - From: "Jason Essington" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 7:07 AM Subject: Re: SOAP over SMTP > Hi Arul > > I am trying to build an email transport into jboss.net (the axis in > JBoss).

Re: SOAP over SMTP

2002-11-18 Thread Jason Essington
Hi Arul I am trying to build an email transport into jboss.net (the axis in JBoss). There is already some code in cvs (http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/contrib/ jboss.net/src/main/org/jboss/net/axis/mail/) the code that is there is rather rough so far. I have to have mes

Re: SOAP over SMTP

2002-11-18 Thread Kevin . Bedell
CTED]> cc: (bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: SOAP over SMTP Hi Does any body have worked with SOAP over SMTPTransport? Any pointers to the samples would be really helpful. Thanks, Arul --- This e-

SOAP over SMTP

2002-11-17 Thread Arulazi D
Hi Does any body have worked with SOAP over SMTPTransport? Any pointers to the samples would be really helpful. Thanks, Arul

Re: SOAP over SMTP/POP

2002-10-04 Thread Terrell Deppe
It looks like you hit on a hotspot (not a pun). I'm simply responding in order to add to the noise, and hopefully put this concept on the fast track as I'm equally interested. I'm certainly willing to commit a few time slices to this effort. -T On Thu, 2002-10-03 at 13:22, Sam wrote: > Hi > >

Re: SOAP over SMTP/POP

2002-10-04 Thread Steve Loughran
- Original Message - From: "Jason Essington" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 04, 2002 11:36 AM Subject: Re: SOAP over SMTP/POP > O.K. so I have found the W3C's SOAP email binding stuff at: > > http://www.w3.org/TR

Re: SOAP over SMTP/POP

2002-10-04 Thread Jason Essington
ot;Ken Hygh" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, October 03, 2002 12:58 PM > Subject: Re: SOAP over SMTP/POP > > >> I just submitted a paper to IBM DeveloperWorks about an implementation >> I've done, doing both raw

Re: SOAP over SMTP/POP

2002-10-04 Thread Steve Loughran
- Original Message - From: "Ken Hygh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 03, 2002 12:58 PM Subject: Re: SOAP over SMTP/POP > I just submitted a paper to IBM DeveloperWorks about an implementation > I've done, doing both

RE: SOAP over SMTP/POP

2002-10-03 Thread mhenderson
HTML form from the Dcoumentation page on the web-site. Mike -Original Message- From: Jason Essington [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 12:17 PM To: [EMAIL PROTECTED] Subject: Re: SOAP over SMTP/POP I am also interested in sending soap messages via smtp, so i

Re: SOAP over SMTP/POP

2002-10-03 Thread Ken Hygh
I just submitted a paper to IBM DeveloperWorks about an implementation I've done, doing both raw SMTP as well as polling a POP server, and passing the emails on to Axis. Contact me directly if you need to move fast on this. Ken Jason Essington wrote: > I am also interested in sending soap mes

Re: SOAP over SMTP/POP

2002-10-03 Thread Jason Essington
I am also interested in sending soap messages via smtp, so if any one can point me in a direction that would help . . . I am certainly not above writing code to implement this feature, but I just don't know where to begin. -jason On Thursday, October 3, 2002, at 12:22 PM, Sam wrote: > Hi >

SOAP over SMTP/POP

2002-10-03 Thread Sam
Hi I m sure this is something thats been asked before but is there any official/spec doc that addresses how SOAP is bound to SMTP ? The SOAP specs only address HTTP right ? /s