AW: [Axis2] Axis2 client generated from WSDL ignoring encoding

2012-03-20 Thread Stadelmann Josef
Francisco What is your exact version of AXIS2? And just to be sure; are you creating a Java Client calling a stub generated by WSDL2JAVA? Are you using SOAP-XML over HTTP? THEN XML cannot keep all ISO-8859-1 characters. To transfer you need to escape certain characters before

Re: AW: [Axis2] Axis2 client generated from WSDL ignoring encoding

2012-03-20 Thread Francisco Serrano
Hello Josef, Thanks a lot for your reply. The exact version I'm using is 1.0 and I can confirm that the stub is generated by WSDL2JAVA. The problem is that from my client I'm using the stub to call an external service. The response from this service is

Request is not received at Axis2 SERVIVE

2012-03-20 Thread Dipesh Garg
Hi, I have written a axis2 1.4 web service which receive a request and modify that request and make a soap message and send it to another axis 2 1.4 service using operation client. If load is less say in the range of 3-4 it will work fine , but when request will increase , from

RE: Getting the http status line in the client.

2012-03-20 Thread Kon Kam King, France
Somebody has an answer for my question? Thanks. -Original Message- From: Kon Kam King, France Sent: jeudi 15 mars 2012 15:38 To: java-user@axis.apache.org Subject: Getting the http status line in the client. Hi, I want to retrieve the http status line in my client program from the

Re: AW: [Axis2] Axis2 client generated from WSDL ignoring encoding

2012-03-20 Thread Andreas Veithen
On Tue, Mar 20, 2012 at 15:25, Francisco Serrano francisco.serr...@multicom.co.uk wrote: Hello Josef, Thanks a lot for your reply. The exact version I'm using is 1.0 and I can confirm that the stub is generated by WSDL2JAVA. The problem is that from my client I'm using the stub to call an

Re: Changing Default Time Zone in CalendarDeserializer?

2012-03-20 Thread Andreas Veithen
Assuming that you are using Axis 1.x, you should be able to achieve that by writing your own Serializer/Deserializer and register them using a typeMapping in the WSDD. That should override the default type mapping. Andreas On Wed, Mar 7, 2012 at 23:20, Advitiya Garg a.ga...@gmail.com wrote: