Re: special characters (SOLVED)

2004-11-14 Thread tizo
I could fix it, changing the default parser that I had in the client, with Xerces. >-- Mensaje original -- >Reply-To: [EMAIL PROTECTED] >Date: Fri, 12 Nov 2004 23:15:42 -0300 >From: [EMAIL PROTECTED] >Subject: special characters >To: [EMAIL PROTECTED] > > >Hi, >

special characters

2004-11-12 Thread tizo
Hi, I have a problem with Strings returned by SOAP RPC services, that contains some special characters, like '>', '<', etc. I can not see those characters in the client (but all the others). What is the problem?, how could I fix it? Thanks very much, tizo

Re: Escaping special characters inside the SOAP body

2001-12-06 Thread Vinod Soni
Title: RE: Escaping special characters inside the SOAP body use Constants.NS_URI_LITERAL_XML - Original Message - From: Davenport Todd S GS-09 96 CG/SCTOA To: '[EMAIL PROTECTED]' Sent: Thursday, December 06, 2001 5:14 PM Subject: RE: Escaping special

RE: Escaping special characters inside the SOAP body

2001-12-06 Thread Davenport Todd S GS-09 96 CG/SCTOA
Title: RE: Escaping special characters inside the SOAP body Now I get an error message: "No Serializer found to serialize a org.w3c.dom.Element type" Is there some configuration option for the built-in String serializer to NOT escape special characters? I really don't want

Re: Escaping special characters inside the SOAP body

2001-12-06 Thread Gus
gt; > foo > > > > > However, the reply I'm getting is this > > xmlns:SOAP-ENV="Some-URI" > SOAP-ENV:encodingStyle="Some-URI"/> > > > <reply>foo</reply> > > > > > So now the problem is my client canno

Escaping special characters inside the SOAP body

2001-12-06 Thread Davenport Todd S GS-09 96 CG/SCTOA
Title: Escaping special characters inside the SOAP body Hello all.  I've got a quick question. I'm using Tomcat 4.0.1 with SOAP 2.2 servlet.  My deployed service is a Java class method, and returns an XML fragment as a String. public String foo() {     return "foo&q