I don't know that much about encodings, but seems like to me the OS390
mainframe is probably using an EBCDIC encoding, you may have to do something
to get the proper encoding from it. I think you can try 2 things:

1) Have the server using encoding other than EBCDIC or
2) Install the IBM-1037 type encoding on your NT client

I would prefer going to option 1 since it will fix all clients. Option 2
will only solve it for each client that need access to the service.

-----Original Message-----
From: Sekhar Nadella [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 24, 2001 10:26 AM
To: [EMAIL PROTECTED]
Subject: SOAP Exception... UnSupportedEncodingException


Hi,
I have installed apache/soap on WebSphere3.5(os/390). The rpcrouter servlet
working fine. I'm getting error when I'm trying to execute
ServiceManagerClient from my NT m/c to list the webservices on the server.
The command i used is
java org.apache.soap.server.ServiceManagerClient
http://myhost:80/soap/servlet/rpcrouter list

The Error message is
SOAPException: failed to encode mime multipart:
java.io.UnSupportedEncodingException: IBM-1047

Has anybody faced this problem before ? any helps/suggestions are highly
appreciated.

Thanks & Regards,
Sekhar Nadella

Reply via email to