Subject lines prepended with [AXIS-USERS]

2003-12-14 Thread Brian Abbott
Can we change this list to have all subject lines be prepended with [AXIS-USERS] ? Thanks Brian Abbott

Custom Serialization of Classes

2003-12-14 Thread Atul Gosain
Title: Message Hi I m facing some problem while the deserialization of SOAPresult from a RPC call. This error is coming "org.apache.axis.encoding.ser.BeanPropertyTarget set - Could not convert java.lang.Boolean to bean field 'my_bool_var', type java.lang.String" After some

Re: Subject lines prepended with [AXIS-USERS]

2003-12-14 Thread __matthewHawthorne
Why? If you need this for filters, why not just filter by the email address? I think the [EMAIL PROTECTED] address implies that it's for axis users, adding the same label to the subject line seems redundant. Brian Abbott wrote: Can we change this list to have all subject lines be prepended

RE: Problem in getting unparsed raw XML from AXIS

2003-12-14 Thread Agarwal, Naresh
Hi Bhuvan, Yes, I can get the raw SOAP request from web server it self. But I want to use AXIS to leverage some of the other features offered by AXIS. Also, I've some of the services, which needs data binding and I'm using AXIS for that. Is there a way to get **unparsed** and raw XML from

Response message

2003-12-14 Thread GANDHIRAJAN,AYYAPPAN (HP-India,ex2)
Hi folks, I am very new to Axis and am trying to Axis as an interceptor for incoming webservice request. I know that JAX-RPC has got a 'handleResponse' method using which the response XML message can be viewed. Is Axis having a similar method or a way to receive the response message? Thanks