Hi Dasarath,
so another day another question. You mentioned two TxHandler in an earlier 
message. So I have looked through the client-config and the server.config again 
and I think I have found the two handler  oyu have mentioned. In the 
client-config I have the following configuration:

  <globalConfiguration>
        <parameter name="sendMultiRefs" value="false"/>
        <parameter name="disablePrettyXML" value="true"/>
        
        <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>


So the TxHandler is used for getting the context out of the incoming SOAP 
messages and puts the context in place for the outgoping soap messages, right?
So Hannes allready told me that you need a client-config within every Kandula 
instance, so what are the handler in the server-config good for?

<handler 
type="java:org.apache.axis.message.addressing.handler.AddressingHandler">
        <parameter name="referencePropertyNames"
        value="{http://ws.apache.org/kandula}CoordinatorRef,
                {http://ws.apache.org/kandula}ParticipantRef,
                {http://ws.apache.org/kandula}CallbackRef"/>
     </handler>

     <handler type="java:org.apache.kandula.geronimo.TxHandler" />


-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to