RE: xml with strange characters

2005-08-31 Thread Plorks mail
s From: Guy Rixon <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: xml with strange characters Date: Wed, 31 Aug 2005 12:42:23 +0100 (BST) > Ok i've written my java which connects to a db and does loads of sql queries > and gets ba

RE: xml with strange characters

2005-08-31 Thread Guy Rixon
> >From: Guy Rixon <[EMAIL PROTECTED]> > >Reply-To: axis-user@ws.apache.org > >To: axis-user@ws.apache.org > >Subject: RE: xml with strange characters > >Date: Wed, 31 Aug 2005 11:48:22 +0100 (BST) > > > >You could RTFM for a start :) Axis isn't r

RE: xml with strange characters

2005-08-31 Thread Plorks mail
: "Plorks mail" <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: xml with strange characters Date: Wed, 31 Aug 2005 11:13:52 + Ok i've written my java which connects to a db and does loads of sql queries and gets back data

Re: xml with strange characters

2005-08-31 Thread Plorks mail
thanks From: Michael <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: xml with strange characters Date: Wed, 31 Aug 2005 12:20:32 +0100 it goes into your service implementation i.e. the class you specify for the className paramenter in the s

Re: xml with strange characters

2005-08-31 Thread Michael
ad the manual - it's not that great for exaling stuff when > you've never done it before, it assumes you already have some knowledge > > > > > > > >From: Guy Rixon <[EMAIL PROTECTED]> > >Reply-To: axis-user@ws.apache.org > >To: axis-user@ws

RE: xml with strange characters

2005-08-31 Thread Plorks mail
ECTED]> > >Reply-To: axis-user@ws.apache.org > >To: axis-user@ws.apache.org > >Subject: RE: xml with strange characters > >Date: Wed, 31 Aug 2005 10:34:38 +0100 (BST) > > > >On Wed, 31 Aug 2005, Plorks mail wrote: > > > > > > > > I use d

RE: xml with strange characters

2005-08-31 Thread Guy Rixon
rvice. On Wed, 31 Aug 2005, Plorks mail wrote: > > > so how can i redeig myservce to work correctly with doc/lit and axis > > > > > >From: Guy Rixon <[EMAIL PROTECTED]> > >Reply-To: axis-user@ws.apache.org > >To: axis-user@ws.apache.org > >Subje

RE: xml with strange characters

2005-08-31 Thread Chris Nappin
-Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: 31 August 2005 11:20 To: axis-user@ws.apache.org Subject: RE: xml with strange characters so how can i redeig myservce to work correctly with doc/lit and axis >From: Guy Rixon <[EMAIL PROTECTED]> >Reply-

RE: xml with strange characters

2005-08-31 Thread Plorks mail
so how can i redeig myservce to work correctly with doc/lit and axis From: Guy Rixon <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: RE: xml with strange characters Date: Wed, 31 Aug 2005 10:34:38 +0100 (BST) On Wed, 31 Aug 2005, Plork

RE: xml with strange characters

2005-08-31 Thread Plorks mail
hanks From: "Chris Nappin" <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: Subject: RE: xml with strange characters Date: Wed, 31 Aug 2005 10:30:43 +0100 Looks like you're using a mixture of RPC and doc/literal? You might have a very good reason for doing this

RE: xml with strange characters

2005-08-31 Thread Guy Rixon
On Wed, 31 Aug 2005, Plorks mail wrote: > > I use document/literal sytle You MIS-use it. In fact, you mis-use Axis in a way that causes Axis to mis-use the document/literal form. You need to get round this idea of returning XML in a string from your service implementation. That can be kludged to

RE: xml with strange characters

2005-08-31 Thread Chris Nappin
he first closing "contacted" tag: <contactid>20</contactid&id>1</id> is 201 which isn't valid XML and may have been caused by repeatedly encoding the String parameter? -Original Message- From: Plorks mail [mailto:[EMAIL PROTECTED] Sent: 31 Aug

Re: xml with strange characters

2005-08-31 Thread Guy Rixon
On Wed, 31 Aug 2005, Plorks mail wrote: > So do i do this - [CDATA[writer.toString()]] result = ""; would be the correct Java form. CDATA is an XML construct, not a Java construct. Guy Rixon [EMAIL PROTECTED] Institute of Astronomy

Re: xml with strange characters

2005-08-31 Thread Michael
the xml is well formed > > > > > > > >From: "Chris Nappin" <[EMAIL PROTECTED]> > >Reply-To: axis-user@ws.apache.org > >To: > >Subject: RE: xml with strange characters > >Date: Wed, 31 Aug 2005 09:57:17 +0100 > > >

RE: xml with strange characters

2005-08-31 Thread Plorks mail
;/emailaddress></RECORD></ROOT> ]]> but when i retutn the result using call.invoke the xml is well formed From: "Chris Nappin" <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: Subject: RE: xml with strange characters Date: Wed, 31 Aug 2005 09:5

RE: xml with strange characters

2005-08-31 Thread Chris Nappin
om: Plorks mail [mailto:[EMAIL PROTECTED] Sent: 31 August 2005 09:52 To: axis-user@ws.apache.org Subject: Re: xml with strange characters thanks - don't know whether you have heard of it, but we are uisng a product called laszlo and even though the xml i return is perfect when i write a java clie

Re: xml with strange characters

2005-08-31 Thread Plorks mail
en i'm testing i do String ret - (String) call.invoke(new Object[]{params}); as normal thanks for your help From: Guy Rixon <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: xml with strange characters Date: Wed, 31 Aug 2005 09:17:46 +

Re: xml with strange characters

2005-08-31 Thread Guy Rixon
;message (normal document/literal style)? > > > >On Tue, 30 Aug 2005, Plorks mail wrote: > > > > > > it's not - when the client receives the xml it has &alt instead of < or > > > > > > > > > Also when i test my service get the same c

Re: xml with strange characters

2005-08-31 Thread Plorks mail
e same characters in the soap message > > Thanks > > > > >From: WAJSBERG Julien RD-BIZZ <[EMAIL PROTECTED]> > >Reply-To: axis-user@ws.apache.org > >To: axis-user@ws.apache.org > >Subject: Re: xml with strange characters > >Date: Tue, 30 Aug 2005 14:30:

Re: xml with strange characters

2005-08-30 Thread Guy Rixon
SBERG Julien RD-BIZZ <[EMAIL PROTECTED]> > >Reply-To: axis-user@ws.apache.org > >To: axis-user@ws.apache.org > >Subject: Re: xml with strange characters > >Date: Tue, 30 Aug 2005 14:30:59 +0200 > > > >Plorks mail a ?crit : > > > > > > >

Re: xml with strange characters

2005-08-30 Thread Plorks mail
it's not - when the client receives the xml it has &alt instead of < or > Also when i test my service get the same characters in the soap message Thanks From: WAJSBERG Julien RD-BIZZ <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org

Re: xml with strange characters

2005-08-30 Thread WAJSBERG Julien RD-BIZZ
Plorks mail a écrit : > > hi all > > i'm retruning a xml string when a method is called. > > When i look at the soap returned xml is formatted with < charactes > instead of < or > > > e.g. > > > > > > can anyone help me to solve this > Why is it a problem ? Axis should

xml with strange characters

2005-08-30 Thread Plorks mail
hi all i'm retruning a xml string when a method is called. When i look at the soap returned xml is formatted with < charactes instead of < or > e.g. can anyone help me to solve this _ It's fast, it