Re: wsproxy encoding and user-agent

2007-04-10 Thread Lionel Barth
Hi Joerg Joerg Heinicke a ecrit le 10/04/07 0:32: Why do you need a specific encoding? Do your request or response got parsed wrongly? There is a discouraging comment in the WebServiceProxyGenerator [1, line 115 and following]: Can you tell the actual error you want to solve? That might make

Re: wsproxy encoding and user-agent

2007-04-10 Thread Joerg Heinicke
On 10.04.2007 13:29, Lionel Barth wrote: I have the message Invalid byte 1 of 1-byte UTF-8 sequence. Hello Lionel, I reactivated a simple wsproxy sample [1] and played around with it. I can only observe the error you have by breaking the returned XML explicitely like having it ISO-8859-1

wsproxy encoding and user-agent

2007-04-09 Thread bam
Hi, I am trying to access a web service with the wsproxy generator. I get a iso-8859-1 encoded response (and the remote server tell I use a Jakarta Commons-HttpClient/2.0.2 user-agent) when I use the wsproxy generator and I get a utf-8 encoded response (and the remote server tell I use a

Re: wsproxy encoding and user-agent

2007-04-09 Thread Joerg Heinicke
On 09.04.2007 23:17, bam wrote: I am trying to access a web service with the wsproxy generator. I get a iso-8859-1 encoded response (and the remote server tell I use a Jakarta Commons-HttpClient/2.0.2 user-agent) when I use the wsproxy generator and I get a utf-8 encoded response (and the