I have no control over the .Net piece. Could I do it by adding qnames?
Doug On 5/23/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
Can't you just feed it into a XmlTextReader ? Alternative is to send the xml in an mtom attachment or send it as Base64 (http://www.perfectxml.com/Answers.asp?ID=2) -- dims On 5/23/07, Doug Schaible <[EMAIL PROTECTED]> wrote: > The other side is a Asp.Net and it is not being converted back. > > Is there anyway around this? > > Doug > > > On 5/23/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > > > > You can't avoid that, we normalize the string to prevent the contents > > of the string accidentally making the whole soap envelope ill-formed. > > Are you looking at the wire? because on the otherside we do the > > reverse to get back the original string. Is this not happening? > > > > thanks, > > dims > > > > On 5/23/07, Doug Schaible < [EMAIL PROTECTED]> wrote: > > > > > > > > > Good Evening All, > > > > > > > > > > > > I am calling a WS and I need to pass XML as a parameter. Currently the > < > > > and the > characters are being replaced by &alt; and >. Can anyone > tell > > > me how to stop this from happening? > > > > > > > > > > > > Thanks, > > > > > > Doug > > > > > > > > > > > > > > > -- > > Davanum Srinivas :: http://davanum.wordpress.com > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- Davanum Srinivas :: http://davanum.wordpress.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
