Hi Dominik,
As of my understanding the context of the transaction should be send with it,
right?
> The response is an axisfault message and by printing out the Status
of the transaction
> on the serverside the value is 6 for NO_TRANSACTION. Any idea?
Yes, it seems that your client-config.wsdd is not correctly deployed.
Make sure that is lies in the classpath of the client (as well as on the
server!) and that it contains the following lines:
<globalConfiguration>
<requestFlow>
<handler
type="java:org.apache.axis.message.addressing.handler.AddressingHandler" />
<handler type="java:org.apache.kandula.coordinator.at.TxHandler" />
</requestFlow>
<responseFlow>
<handler
type="java:org.apache.axis.message.addressing.handler.AddressingHandler" />
</responseFlow>
</globalConfiguration>
-hannes
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]