1 May 2006 02:00
Re: Creating XML Using DOM
> Is there any possiblity any of your content fields (person name > fields) have markup characters that are triggering the escaping? --------------------------------------------- > David Adams > dpadams@... > Wallaga Lake 2546 NSW Hi David, I thought that would have had something to do with it , however it did not L even if just send the pure text "hello", the same problem exists. So here is my modified getCustomerList (Web Method), followed by what Soap Client receives in response: C_TEXT($1) SOAP DECLARATION(OutPutBlob_o;Is BLOB ;SOAP Output ;"CustromerList") NameInPut_s:=$1 C_STRING(16;$xml_root) C_STRING(16;$xml_node) $xml_root:=DOM Create XML Ref("Results") If (OK=1) DOM SET XML OPTIONS($xml_root;"UTF-8")(Continue reading)
RSS Feed