You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Davanum Srinivas <di...@yahoo.com> on 2004/02/10 20:24:28 UTC

Re: WS-Addressing / WSE 2.0 SoapMail sample

Jason,

Please join the ws-fx@ws.apache.org mailing list by sending a subscription request to
ws-fx-subscribe@ws.apache.org. All discussions will happen there.

Code is in apache cvs (http://cvs.apache.org/viewcvs.cgi/ws-fx/addressing/). Take a peek at the
test case that loads and saves ws-addressing info from a soap envelope. Send patches ("cvs diff
-u") to the mailing list itself.

thanks,
dims

--- Jason Essington <ja...@GreenRiverComputing.com> wrote:
> Dims,
> 
> I have not run across the WS-Addressing spec before, but it looks  
> interesting.
> 
> WS-Addressing would certainly simplify the creation of other  
> transports, as there wouldn't be nearly as much transport specific  
> "horsing around" to deal with. In my case it certainly would simplify  
> the Email transport and would allow the reception of  text/xml (or  
> text/plain) soap 1.1 messages rather than the strict dependency on  
> application/soap+xml (and it's associated action attribute) content  
> type defined for soap 1.2.
> 
> The header handling looks simple enough to do with handlers, but is  
> Axis currently capable of disconnecting the request from the response?  
> Meaning will the client side allow the sending of a soap request  
> without waiting for a response, then handling the response at a  
> (possibly much) later time?
> 
> It would certainly be useful in our case, and I would love to help any  
> way possible. If you have more resources (links) that I should look at  
> please let me know.
> 
> -jason
> 
> On Feb 7, 2004, at 1:51 PM, Davanum Srinivas wrote:
> 
> > Jason,
> >
> > I have been thinking of doing an implementation of WS-Addressing  
> > (similar in objectives to
> > WS-Security), was doing some background research and ran across this  
> > sample from MSFT
> > (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ 
> > dnwse/html/soapmail.asp)
> >
> > Will you be interested in helping out? as it will address the needs of  
> > separating the transport
> > protocol from sender/receiver infromation.
> >
> > thanks,
> > dims
> 


=====
Davanum Srinivas - http://webservices.apache.org/~dims/