warning about ConvertUtil

2008-03-12 Thread mathieu fabre
Hi, I use axis2 in my webapp wihch provide some services. In one method, the result is cast to an object called "LogObject" ( in fact, a table of LogObject so a LogObject[] ) This "LogObject" contain some information (a string content, a string location etc...) When i try to use axis2, the respo

axisServlet configuration

2008-01-22 Thread mathieu fabre
Hi, I use an axisServlet in my webapp and i would like to configure my axisServlet in order to use a different transport (not HTTP transport) for my service. I create a "services" directory in my WEB-INF directory. the "services" directory contain my service (the service.xml file in a META-INF di

Re: custom transport

2007-11-07 Thread mathieu fabre
is is when i do this action that i obtain the ADBException : unexpected subelement header. 2007/11/7, Deepal jayasinghe <[EMAIL PROTECTED]>: > > mathieu fabre wrote: > > hi, > > > > I would like to implement my own transport in xmpp (jabber) > > i write a XM

custom transport

2007-11-07 Thread mathieu fabre
hi, I would like to implement my own transport in xmpp (jabber) i write a XMPPTransportSender and a XMPPSimple Server like for the http transport. i add these sender and receiver in the axis2.xml config file. The client extract the soap message from the messageContext and send it to a chat (in th