You say >>>> When I am using SOAP 2.3.1 to pass Japanese characters to my SOAP server I get the following error : "DOM Parsing error " <<<<
1. Am I correct that your SOAP client uses Apache SOAP 2.3.1? 2. How is your SOAP server implemented? Is it also Apache SOAP or some other technology? 3. Does the "DOM Parsing error" occur on the client or server? Is there a more complete error message, perhaps with a stack trace? 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: "P Seshu Sri" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, April 12, 2004 7:51 AM Subject: RE: Internationalization Urgent Hi We are passing as UTF-8 chars and not using '<' , '>' still it gives the same problem , Regds Jyotsna -----Original Message----- From: P Seshu Sri [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 4:43 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Internationalization Urgent When you are passing the data are you passing as simple numbers (UTF-8 format of your character) or sending ࠼ like this. Please check your code. Then in your code if you are using '<' or '>' symbol then also you will get the same problem. In our application we face all these problems. -----Original Message----- From: jyotsna [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 4:41 PM To: [EMAIL PROTECTED] Subject: RE: Internationalization Urgent But those are not special chracters they are Japanese characters in UTF-8 encoding -----Original Message----- From: P Seshu Sri [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 4:02 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Internationalization Urgent As the parser will not allow some special characters like &, #,..etc. Whenever you use such characters, it can not parse the data and raises an exception. You can get the list of characters which are not allowed from XML site. I hope I have answered your question. -----Original Message----- From: jyotsna [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 3:54 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Internationalization Urgent Hello This is in continuation to this query of mine .When I am using SOAP 2.3.1 to pass Japanese characters to my SOAP server I get the following error : "DOM Parsing error " Any clues why this is happening .... best regds Jyotsna -----Original Message----- From: jyotsna [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 9:16 AM To: [EMAIL PROTECTED] 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.
