I don't think we do anything with cr/lf. -- Tom Jordahl Macromedia Server Development
> -----Original Message----- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 16, 2005 1:09 PM > To: [email protected] > Subject: Fwd: FW: [soapbuilders] Line feed normalization and character > reference processing > > Anyone know how we handle this? > > thanks, > dims > > ---------- Forwarded message ---------- > From: Kirill Gavrylyuk <[EMAIL PROTECTED]> > Date: Aug 16, 2005 12:13 PM > Subject: FW: [soapbuilders] Line feed normalization and character > reference processing > To: [EMAIL PROTECTED] > > 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: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kirill Gavrylyuk > Sent: Monday, August 15, 2005 6:35 PM > To: [EMAIL PROTECTED] > 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) "
Hello
World
" > > (I expect "\r\nHello\r\nWorld\r\n") > > > > 2) "\r\nHello\r\nWorld\r\n" > > (I expect "\nHello\nWorld\n" ) > > > > 3) "
Hello
World
" > > (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: > [EMAIL PROTECTED] > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > ________________________________ > > > -- > Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform
