Quoting Ivan Neto <[EMAIL PROTECTED]>: > Hello Dasarath, > > my name is Ivan, and I'm a grad student at USP/Brazil. First of all, > congratulations for the Kandula project. I'm working on > WS-AtomicTransaction too, and I was trying to run the tests using the > IBM interop endpoints. Were you able to run tests using IBM endpoints? > I tried to run the first AT scenario (completion commit), sending the > following SOAP message to IBM's endpoint: > > <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'> > <env:Header/> > <env:Body> > <ns1:CompletionCommit > xmlns:ns1='http://wstx'>http://ivanneto.homelinux.org:8008/wsat/activationcoordinator</ns1:CompletionCommit>
It could be the namespace: <test:Commit xmlns:test="http://fabrikam123.com"/> You could compare your messages with the Kandula sample. Regards, --dasarath > </env:Body> > </env:Envelope> > > But I just get a timeout: > > <soapenv:Envelope > xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/' > xmlns:xsd='http://www.w3.org/2001/XMLSchema' > xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> > <soapenv:Header/> > <soapenv:Body> > <env:Fault xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'> > <faultcode>soapenv:Server.userException</faultcode> > <faultstring>java.net.ConnectException: Connection timed out: > connect</faultstring> > <detail> > <ns1:hostname xmlns:ns1='http://ws.ibm.com/'>wsi</ns1:hostname> > </detail> > </env:Fault> > </soapenv:Body> > </soapenv:Envelope> > > I've set up SOAPAction and even the WS-Addressing headers correctly > (although they're not show in this message). Do you have any idea of > why this doesn't work? > > Thanks in advance. Regards, > > Ivan Neto > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
