Accessing OperationContext from password callback handler

2010-03-04 Thread Doughty, Michael
We would like to store credentials passed in through UsernameToken to the OperationContext so that they will be accessible from the implementation of the operation itself. To do this we attempted to access the OperationContext from within the handle method of our implementation class for the Ca

RE: axis2 client how to disable cache?

2010-03-04 Thread and)
i have wrote example ntlm connection in httpclient 3 and there no problem, it means that it is problem in axis2 or in my code -- View this message in context: http://old.nabble.com/axis2-client-how-to-disable-cache--tp27772148p27780590.html Sent from the Axis - User mailing list archive at Nabb

DataHandler as Return type

2010-03-04 Thread Chinmoy Chakraborty
Guys, I have a service whose return type is 'DataHandler'. When I call the service through client code, it returns the DataHandler but does not preserve the datasource name and content-type. Following is my client code: Class[] retType = new Class[] {webFx.getReturnType()}; Options options = new

RE: axis2 client how to disable cache?

2010-03-04 Thread and)
i think that 2nd code use connection from 1code if ntlm -- View this message in context: http://old.nabble.com/axis2-client-how-to-disable-cache--tp27772148p27779297.html Sent from the Axis - User mailing list archive at Nabble.com. --

RE: axis2 client how to disable cache?

2010-03-04 Thread and)
thanks for your fast answer i using iis5, and keep-alive is enabled there if i set disable on keep-alive that for all users i get org.apache.axis2.AxisFault: Transport error: 401 Error: Access Denied at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:310)