limiting a service to a particular transport

2004-01-13 Thread Jason Essington
Is there a way to keep a service from accepting requests from a particular transport if an axis engine is servicing more than one transport? Or would a service level handler on the (server) request side that checks the transport be the right way to go? -jason

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

Re: SOAP over SMTP

2002-11-18 Thread Jason Essington
Steve I have continued this thread from the axis-user list here because this seems a more appropriate forum. On Monday, November 18, 2002, at 12:21 PM, Steve Loughran wrote: - Original Message - From: "Jason Essington" <[EMAIL PROTECTED]> To: <[EMAIL PROTE

Re: SOAP over SMTP

2002-11-18 Thread Jason Essington
email transport as an integral part of axis, If you or anyone else can make suggestions on how to convert the jboss bound parts I will gladly write some code. -jason On Monday, November 18, 2002, at 11:43 AM, Steve Loughran wrote: - Original Message - From: "Jason Essingto

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: axis and xml-security

2002-11-08 Thread Jason Essington
Hi Stefan My plan is to add email transport to axis/jboss.net (I have a simple test that is capable of receiving, processing and responding to an email). I already am performing soap via https. For my use this seems secure enough. Using digest authentication would perhaps add some mild data i

axis and xml-security

2002-11-07 Thread Jason Essington
Hi there I am curious if anyone has used axis along with the xml-security package to sign/encrypt soap messages? I don't see and integration of xml-security with axis, so I am curious what is the best way to go about this? Request and response handlers that perform the sign/verify actions, or

Re: SOAP over SMTP/POP

2002-10-04 Thread Jason Essington
O.K. so I have found the W3C's SOAP email binding stuff at: http://www.w3.org/TR/soap12-email and they say it is only for discussion. (plus I don't completely understand it all) For lack of a better solution I was planning to write something that checks a mailbox every so often (using javamai

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 >