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
TED]> Subject: XML within string parameter to RPC Service Date: Tue, 6 Jan 2004 18:08:50 - Content-Type: text/plain; charset="us-ascii" 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

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
om Statements to PreparedStatements. Hope this helps Keith -Original Message- From: tom ONeill [mailto:[EMAIL PROTECTED] Sent: 06 January 2004 14:06 To: [EMAIL PROTECTED] Subject: XML within string parameter to RPC Service Hi all, I am going to be using Axis to invoke an RPC style web servi

XML within string parameter to RPC Service

2004-01-06 Thread tom ONeill
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 service? From reading the XML s