I've tried CXF 2.2.2 as well as 2.2.3. I've packed my service implementation
and its corresponding interface in a JAR that I've deployed in a Tomcat
server as a webapp. Actually, I doubt the problem lays on how the service is
deployed because it seems OK to me : according to Tomcat administration
page, the service application is correctly deployed, the WSDL is published
and accessible, and most of all, I've been able to invoke my service with an
AXIS2 client (generated under Eclipse with the Axis plugin) and with the
SOAPUI application.



bimargulies wrote:
> 
> This feels like a Unicode problem. How is your service deployed? (and
> with what version of CXF)?
> 
> On Sun, Aug 30, 2009 at 5:24 PM, superk888<[email protected]> wrote:
>>
>> Hi everybody,
>>
>> I have developed and deployed successfully a simple web service with CXF.
>> The service is really simple : it gets a String parameter and return a
>> String response. I've tried to invoke this service with an AXIS2 client
>> and
>> all went as expected. But when I try to invoke the same service with a
>> CXF
>> simple Frontend, the accented characters are not interpreted correctly.
>> For
>> instance, when the SOAP response contains "é", my CXF frontend returns
>> "è".
>> I've added LoggingInterceptors to check the SOAP requests/responses
>> content
>> and they turn out to be correct.
>>
>> Has anybody already faced the same problem? Could somebody help me to
>> solve
>> it?
>>
>> PS : I've decided to use a simple frontend because my service consumer
>> has
>> to be integrated in a RCP project and after many attempts, I faced other
>> problems using the JAX-WS and the dynamic clients.
>> --
>> View this message in context:
>> http://www.nabble.com/Invoking-a-CXF-web-service-with-a-SIMPLE-FRONTEND-%21%21%21-tp25215876p25215876.html
>> Sent from the cxf-user mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Invoking-a-CXF-web-service-with-a-SIMPLE-FRONTEND-%21%21%21-tp25215876p25218945.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to