Hi,
it is coming from client , when i'm executing on NT.
Thanks & Regards,
Sekhar Nadella
Ed Yu
<[EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
sc.sc.edu> cc:
Subject: RE: SOAP Exception...
UnSupportedEncodingException
08/24/01 10:43
AM
Please respond
to soap-user
Can you tell which side the error is coming from? Is it the server (during
the receiving of the message) or is it the client (during the receiving of
the response)?
-----Original Message-----
From: Sekhar Nadella [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 24, 2001 11:06 AM
To: [EMAIL PROTECTED]
Subject: RE: SOAP Exception... UnSupportedEncodingException
Hi,
Thanks for the reply... I can not go for option 1 u specified bcoz I dont
want to disturb existing applications running on the server. I'll
appreciate if u can tell me how to do the option 2.
Thanks & Regards,
Sekhar Nadella
Ed Yu
<[EMAIL PROTECTED] To:
"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
sc.sc.edu> cc:
Subject: RE: SOAP
Exception...
UnSupportedEncodingException
08/24/01 09:59
AM
Please respond
to soap-user
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