You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Davanum Srinivas <da...@gmail.com> on 2005/08/16 19:09:04 UTC

Fwd: FW: [soapbuilders] Line feed normalization and character reference processing

Anyone know how we handle this?

thanks,
dims

---------- Forwarded message ----------
From: Kirill Gavrylyuk <ki...@microsoft.com>
Date: Aug 16, 2005 12:13 PM
Subject: FW: [soapbuilders] Line feed normalization and character
reference processing
To: dims@apache.org

Hi Dims, 

is there any chance someone could check this for Axis 1.x (latest) and 2.0? 

We plan to entitize CR/LFs on send to preserve data (important in some
scenarios), but since ASMX didn't use to do it by default we want to
check if folks handle character references correctly. tx
 
 ________________________________
 
From: soapbuilders@yahoogroups.com
[mailto:soapbuilders@yahoogroups.com] On Behalf Of Kirill Gavrylyuk
 Sent: Monday, August 15, 2005 6:35 PM
 To: soapbuilders@yahoogroups.com
 Subject: [soapbuilders] Line feed normalization and character
reference processing

  

Hi all, 

Another little pollJ Do folks support line feed normalization and
character reference processing well?

  

I.e. what do your web services stacks propagate to the app code when
they receive the message with a text node:

  

1)    "&#xD;&#xA;Hello&#xD;&#xA;World&#xD;&#xA;" 

(I expect "\r\nHello\r\nWorld\r\n") 

  

2)    "\r\nHello\r\nWorld\r\n" 

(I expect "\nHello\nWorld\n" ) 

  

3)       "&#xD;Hello&#xD;World&#xD;" 

(I expect "\rHello\rWorld\r" ) 

  

4)    "\rHello\rWorld\r" 

(I expect "\nHello\nWorld\n" ) 

  

  

I know this has been discussed a lot couple years ago, just wanted to
check if support is still there. Thanks a lot for your responses in
advance!


 
 -----------------------------------------------------------------
 This group is a forum for builders of SOAP implementations to discuss
implementation and interoperability issues.  Please stay on-topic.
 
 
 
 ________________________________
 

YAHOO! GROUPS LINKS 

  
 
 Visit your group "soapbuilders" on the web.
   
 To unsubscribe from this group, send an email to:
  soapbuilders-unsubscribe@yahoogroups.com
   
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

  
 ________________________________
 

-- 
Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform