Hi all. I'm using Axis 1.2.1. All works fine but i have only a problem. When i use a WS written by a my client i have a SOAP response like this one:
Content-Type: text/xml;charset=utf-8 Date: Wed, 12 Jul 2006 13:48:05 GMT Server: Apache-Coyote/1.1 Connection: close <?xml version="1.0" encoding="utf-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <root xmlns="InfoServiziresponse"> <elemento xmlns=""> <categoria>AUTORITA' PORTUALE SEDI E UFFICI</categoria> <operatore>AUTORIT? PORTUALE</operatore> <homepage>#</homepage> <telefono>Tel. 081.20.56.23 </telefono> <indirizzo>Lavoro Portuale: Direttore: Molo Pisacane (Porto) - 80133 Napoli</indirizzo> </elemento> </root> </soapenv:Body> </soapenv:Envelope> As yuo can see there is this String: AUTORIT? where ? should be Agrave...Well when i use the Axis object created by using WSDL2JAVA when i try to use the getOperatore method the result is that in the string AUTORIT? the last character is not showed correctly and in my jx (i use cocoon for displaying the results) i have a "?"...how can i do in order to have the Agrave instead of ? ? Must i configure anything? Thanks to all. Angelo. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
