Unsubscribe

2009-08-10 Thread Edgardo Ibañez O.

Axis2 is writing in my log file (log4j)

2009-03-11 Thread Edgardo Ibañez O.
Hi, The debug information of axis2 is writing in the log file of my service, this is my code: public class Prueba{ static Logger logger = Logger.getLogger(CPSoapApiWSII.class); Properties log = new Properties(); public String getMensaje(String parametro){ String

Parameter order vs parameter name problem

2009-01-26 Thread Edgardo Ibañez O.
Hi All, I'am testing my service with the eclipse Web service Explorer and when put null arguments values, the service shift the parameter values. Example: public int function(int param1, int param2, int param3){ } Eclipse soap request: soapenv:Envelope

Accesing MessageContext from the Implementation Class

2009-01-20 Thread Edgardo Ibañez O.
Hi all, this is my first post at this mailing list, my problem is covered in other post, but I dont have the real solution. I tried to access de MessageContext from the implementation class like this: MessageContext messageContext =MessageContext.getCurrentContext(); ipAddress =

Re: Accesing MessageContext from the Implementation Class

2009-01-20 Thread Edgardo Ibañez O.
://wso2.org/library/480 http://wso2.org/library/articles/axis2-session-management Thank you! Deepal Edgardo Ibañez O. wrote: Hi all, this is my first post at this mailing list, my problem is covered in other post, but I dont have the real solution. I tried to access de MessageContext from

Re: Accesing MessageContext from the Implementation Class

2009-01-20 Thread Edgardo Ibañez O.
sample.zip file into sample.aar before deploying the service Once you deploy, you can invoke the service by typing following in the browser. http://localhost:8080/axis2/services/SessionService/getCurret?value=10 Edgardo Ibañez O. wrote: Thanks for your answer. I tried implements like http