I used the following sinature for massage style,
public void method(SOAPEnvelope req, SOAPEnvelope resp);In the request (req) I recieve some Japanees charactors(through the client - I am using Microsoft InfoPath). I need to convert this req envelop to a byte array so that I can use 'Shoft_JIS' charactor encoding to make it a string. What would be the correct approach ? Regards Prasad.
