Quoting Hannes Erven <[EMAIL PROTECTED]>: > Hi Benjamin, > > > > * completionCoordinator is called and it returns no response > > (containing <Commit xsi:nil="true" > > xmlns="http://schemas.xmlsoap.org/ws/2004/10/wsat"/>) > > * participant is called and it returns no response > > * coordinator is called and it returns no response > > * completionInitiator is called and it returns no response > > That's OK, since those calls aren't expected to return anything. The > "Commit" message just tells the coordinator to commit. Once it has, it > sends a message to the completionInitiator containing the result - > Commited or Rolled Back. > (The same pattern applies to the calls between participant ("prepare") > and coordintor.)
the reply to prepare can be either PREPARED or ABORTED. But both these messages are sent over seperate connections. you should be able to them however. --dasarath --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
