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