> From what I can see you need to point the kandula client at the websphere
>
> AT coordinator first, I'm not sure what the URL for this is. Have I got
>
> this completely wrong and you always use the Axis2 coordinator?
No.. You can point the Kandula2 client at the web sphere AT
Coordinator.. You would need to refer to the WebSphere resources to
find the URL..
TransactionManager tm = new TransactionManager("target/initiator-repository",
                                "target/initiator-repository/axis2.xml");
        tm.begin("http://localhost:8081/axis2/services/ActivationCoordinator";);
        stub._getServiceClient().getOptions().setTimeOutInMilliSeconds(100000);
        stub.creditOperation(new CreditOperation());
        stub.debitOperation(new DebitOperation());
        tm.commit();

FYI: Kandula2 was not tested with WebSphere..

I'll look in to the build issues at the earliest possible..

thanks,
Thilina

>Once you
> have
>
> initiated and sent a context over to the server you then register the
> webservice URL
>
> with kandula?
>
> Can anybody help me out with this please. A code example would be much
>
> appreciated.
>
> Thanks in advance,
>
> Chris


-- 
Thilina Gunarathne  - http://thilinag.blogspot.com

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

Reply via email to