Sorry, I didn't make my question clear.
 
I am referring to character encoding in Axis2.
The problem is that I have client program using the Axis2 Client API. The code snippet is as:
 
OperationClient mepClient = outInOperation.createClient(serviceContext, options);
mepClient.addMessageContext(mc);
mepClient.execute(true);
MessageContext response = mepClient.getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE);
SOAPEnvelope envelope = response.getEnvelope();
log.debug("ResponseEnvelope:\n" + envelope.toStringWithConsume ());

 
Inside the logged message, I saw some question marks. All these question marks are supposed to be some non-ASCII characters like apostrophe and long hyphen.
 
Could you help me with these special characters? Do I need to do some configuration in Axis2 somewhere? 
 
 
Regards,
Xinjun

 
On 10/31/06, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
Axis2 does not support soap encoding.
Anne

On 10/30/06, Xinjun Chen < [EMAIL PROTECTED]> wrote:
> Hi,
>
> Could anyone tell me how to configure the Axis2 encoding type?
>
>
> Regards,
> Xinjun

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to