I have a question regarding ws:addressing How will attachments be handled ? If I understand it correctly, attachments (assuming multipart http) are not part of the soap body. Will addressing be able to move them with the soap ?
Thanks Sanoran On 7/9/07, Michele Mazzucco <[EMAIL PROTECTED]> wrote:
http://dev2dev.bea.com/pub/a/2005/01/ws_addressing_intro.html http://www.ibm.com/developerworks/webservices/library/ws-address.html http://www.w3.org/Submission/ws-addressing/ You'll probably need a module on the first node to forward the message to the second node (that's hidden to the client, I guess). If the replyTo is set to the client address the response will not pass through the first node, otherwise you'll need to save the client address into the SOAP header. Michele On 9 Jul 2007, at 18:30, Sanoran Triamesh wrote: > Cant use synapse :( > > Could you please direct me to any documentation or other help > regarding WS-addressing ? > > Thanks > Sanoran > > > > On 7/9/07, Michele Mazzucco <[EMAIL PROTECTED]> wrote: Hi, > > you could achieve your goal using WS-addressing. > > > Michele > > On Mon, 2007-07-09 at 10:30 -0400, Sanoran Triamesh wrote: > > Hi, > > We have a situation where we would like to 'forward' a request > from > > the receiving server to another server in a different domain within > > the company, and then send the response back. > > User -> First http server (can have axis2)-> Second http > server -> > > Axis2 within second server > > I expect attachments around 2mb. > > What would be the best way to achieve this ? We cannot use simple > > 'forwarding' because of restrictions. > > Thanks > > S > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
