Skip to content

Tag Archives: string format

I’m getting data into XML string format from COM component into my VBScript>>function. I load that string in

I’m getting data into XML string format from COM component into my VBScript >>function. I load that string into xml object & try to save it into HDD with >>XML_Object.save "C:\folderName\file1.xml" >>It work successfully in most of the machines , but in some machines error >>comes "Permission Denied". Can anybody tell the reason and resolution [...]

How do I deserialize an XML string in Java?

I have an XML document in String format that I need to deserialize into a structure for a web service call. Is there an easy way to do this?