M
Mike
I am consuming a web service hosted by one of our clients. One of the
string properties of the object I am creating to pass to their web service
is called CustomerName. The XML they re receiving I just a standatd xml
elemnt:
<CustomerName>Joe Friday</CustomerName>
The client has told me that the customer name, Joe Firday, needs to have
CDATA tags around it:
<CustomerName>![CDATA[Joe Friday]]</CustomerName>
How can I get VS.NET 2003 to serialize the customer name in this way?
Thanks in advance.
Mike R
string properties of the object I am creating to pass to their web service
is called CustomerName. The XML they re receiving I just a standatd xml
elemnt:
<CustomerName>Joe Friday</CustomerName>
The client has told me that the customer name, Joe Firday, needs to have
CDATA tags around it:
<CustomerName>![CDATA[Joe Friday]]</CustomerName>
How can I get VS.NET 2003 to serialize the customer name in this way?
Thanks in advance.
Mike R