Hello all,
So I got a request to return the response with no CDATA tags in the DOITRepsonse.
For example:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<DoItResponse xmlns="http://www.aspdotnetstorefront.com/">
<DoItResult>
<AspDotNetStorefrontImportResult Version="" DateTime="4/22/2010
1:51:22 PM"><Query
Name="string"><string><ProductID>1</ProductID><VariantID>1</VariantID></string></Query></AspDotNetStorefrontImportResult>
</DoItResponse>
</soap:Body>
</soap:Envelope>
How can I make that happen?