Hello All I am getting the following SOAP error while sending Japanese characters :
Can't find resource for bundle java.util.PropertyResourceBundle, key SOAP-ENV:Protocol Can anyone please help me . best regds Jyotsna -----Original Message----- From: jyotsna [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 9:23 AM To: [EMAIL PROTECTED] Subject: RE: Internationalization Hello Scott Thanks for such a prompt answer. So that means there should be no problems in sending Japanese characters to my SOAP server Regds Jyotsna -----Original Message----- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 9:20 AM To: [EMAIL PROTECTED] Subject: Re: Internationalization It always uses UTF-8 for the SOAP payload. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "jyotsna" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 16, 2004 10:45 PM Subject: Internationalization Hello Does SOAP2.3.1 have support for internationalization .That is does it support UTF-8 charset . Regds Jyotsna -----Original Message----- From: Ying Ying [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 1:26 AM To: [EMAIL PROTECTED] Subject: Re: int[][] as parameter Thanks Scott and Jeff, It seems using Axis is easy to sort out this problem, as it does have serlization for arraytype:xsd:int[][]. cheers, ying ----- Original Message ----- From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 15, 2004 4:20 PM Subject: Re: int[][] as parameter >>>> as an alternative, couldn't you just pass Vector of Object[]? <<<< This is a good point. There are alternatives if you are willing to change your code. Using a Vector for one of the dimensions is an option. My only caveat there is interoperability, since only a few SOAP implementations have built-in support for Apache SOAP Vectors. (Although you can always write WSDL to specify how such a thing in serialized.) Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists.