By asynchronous exchange, do you mean two one-way operations? As far as I can tell, this is compliant with the spec.
alex On Mon, Sep 29, 2008 at 10:00 AM, Mikalai Zenkevich < [EMAIL PROTECTED]> wrote: > Hello, > > I'm using Apache ODE 1.2 on WinXP SP3, Tomcat 6.0.16, JDK 1.5.0_12. I'm > trying to use asynchronous message call for external service and WSA SOAP > headers are not applied correctly. addr:ReplyTo/addr:Address contains > incorrect location: http://www.w3.org/2005/08/addressing/none, at the same > time intalio:callback/addr:Address contains correct location. > Could you please advice the reason of such behavior. > > Thanks. > > <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv=" > http://schemas.xmlsoap.org/soap/envelope/"> > <soapenv:Header> > <addr:To xmlns:addr="http://www.w3.org/2005/08/addressing"> > http://epbyminw0313:9080/TestWS/webservice</addr:To> > <addr:Action xmlns:addr="http://www.w3.org/2005/08/addressing"/> > <addr:ReplyTo xmlns:addr="http://www.w3.org/2005/08/addressing"> > <addr:Address>http://www.w3.org/2005/08/addressing/none > </addr:Address> > </addr:ReplyTo> > <addr:MessageID xmlns:addr="http://www.w3.org/2005/08/addressing > ">urn:uuid:D0C35AB6E4BD9BDB261222706684805</addr:MessageID> > <intalio:callback xmlns:intalio="http://www.intalio.com/type/session"> > <addr:Address xmlns:addr="http://www.w3.org/2005/08/addressing"> > http://epbyminw0313:9080/ode/processes/FrontServiceCallback</addr:Address> > <intalio:session>hqejbhcnphr3mpi9m3idnr</intalio:session> > </intalio:callback> > </soapenv:Header> > <soapenv:Body> > <RQ1 xmlns="http://epbyminw0313/testWS"> > <message>1</message> > </RQ1> > </soapenv:Body> > </soapenv:Envelope> > > Best Regards, > Mikalai Zenkevich > Software Engineering Team Leader, Travel Solutions > > EPAM Systems > Minsk office, Belarus > GMT+2 (Standard) / GMT+3 (Daylight) > > Office phone: +375 (17) 210-1662 > Office fax: +375 (17) 210-1168 > Mobile phone: +375 (29) 109-7981 > E-mail: [EMAIL PROTECTED]<mailto: > [EMAIL PROTECTED]> > > http://www.epam.com > > CONFIDENTIALITY CAUTION AND DISCLAIMER > This message is intended only for the use of the individual(s) or > entity(ies) to which it is addressed and contains information that is > legally privileged and confidential. If you are not the intended recipient, > or the person responsible for delivering the message to the intended > recipient, you are hereby notified that any dissemination, distribution or > copying of this communication is strictly prohibited. All unintended > recipients are obliged to delete this message and destroy any printed > copies. >
