RE: XML within string parameter to RPC Service

2004-01-07 Thread Richard Martin
arser so it ignores it. Regards, Richard -Original Message- From: tom ONeill [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 17:38 To: [EMAIL PROTECTED] Subject: Re: XML within string parameter to RPC Service Hi Martin, Thanks for your response. I do not have a choice on the type of web serv

Re: XML within string parameter to RPC Service

2004-01-07 Thread tom ONeill
Hi Martin, Thanks for your response. I do not have a choice on the type of web service to use i.e. RPC or messaging. The web service is provided by an external partner and they have decided upon RPC so that is what I have to go with. So because Axis changes all markup characters into their entit

RE: XML within string parameter to RPC Service

2004-01-06 Thread Richard Martin
Hi tom, Comments inline: >Hi all, >I am going to be using Axis to invoke an RPC style web service which takes >a single string parameter. This string parameter is going to contain an XML > message. What I am wondering is if I need to wrap this String in a CDATA > section before I invoke the web

RE: XML within string parameter to RPC Service

2004-01-06 Thread Keith Hatton
Hi Tom, My understanding (which may be wrong) is that the automagic escaping of < into < means that you don't have to worry about this at all. Axis has done all the hard work. It's a bit like the way you can just stop worrying about quote marks in JDBC when you switch from Statements to Prepare