| Thread | Last Post | Replies |
|
| Unable to validate data | 10 Apr 2006 08:59 GMT | 1 |
My site is randomly firing off a "ExceptionHttpException : Unable to validate data. " error on some of its forms at the moment: ------- HttpException : Unable to validate data.
|
| Need Help on Passing XML data to a webservice | 10 Apr 2006 06:57 GMT | 2 |
I have to pass on some data to a webservice. I have the XML format with me. How is it passed usually? As a string or as an object? If an object is used, what are the methods used for creating such object Also would like to know how an XML file is received from a web service and how ...
|
| Problem restoring Exchange 2000 | 10 Apr 2006 04:42 GMT | 1 |
I have a problem restoring Exchange 2000 files. Our software has an interface to ESEBCLI2.dll for online backup and restore features. Everything works fine with Exchange 2003 and also when backing up Exchange 2000, yet restoring Exchange 2000 gives some problems:
|
| XSLT for an xml with namespace | 09 Apr 2006 14:35 GMT | 1 |
can anyone help me out with this, im a newbie to xml n stuff. i really have tough time working on this . Xml file: <p:win32_Service xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| SelectNodes return all nodes when namespace is defined | 09 Apr 2006 12:32 GMT | 3 |
I have this Xml file, bookstore.xml <Bookstore xmlns="http://www.book.com"> <Shelve index="1"> <Book name="Da Vinci Code" />
|
| Create a sample XML data for XML Schema | 07 Apr 2006 20:04 GMT | 4 |
Let us say that I have a schema or complex type like this one below: Is there a way programtically or a tool to create sample XML file/data for the schema?. I have number of such complex tpyer/schemas for which I need to create sample XMLs so I thought of doing it programatically. ...
|
| XmlNode adds NamespaceURI | 07 Apr 2006 09:53 GMT | 6 |
I wish to copy an XmlNode in a string variable from a XmlDocument object. But as I takeout this XmlNode, it adds the NamespaceURI. Why ? Could somebody please help me ? Vivek
|
| UPS Online Tools | 05 Apr 2006 18:44 GMT | 2 |
OK, this is going to be a lengthy post with a lot of code. I have built a class library in C# for communicating with UPS' online tools for package tracking, time in transit and a few other services. I have used serialization to form the requests and I use deserialization to read ...
|
| XslTransform memory overload | 04 Apr 2006 19:25 GMT | 3 |
I'm using XslTransform to transform a XML resulting of a Dataset into a Excel spreadsheet. But the object is not releasing its resources while transforming and I'm getting OutOfMemory errors.
|
| Traversing XSD | 03 Apr 2006 19:25 GMT | 11 |
Is there a way to traverse an XSD using XPath. My research indicates no conventional way of doing it, but I was wondering if there was a work around. Thanks for your help and time.
|
| XMLTextWriter and SOAP | 03 Apr 2006 18:58 GMT | 1 |
I have a task to do where I need to write an XML file into SOAP format. I use XMLTextWriter in order to write my strings to the XML file, but I must convert somehow this xml into SOAP. How can I do that ? Is there a way to do it without hardcoding SOAP attributes and elements ? As
|
| xmlTextWriter | 03 Apr 2006 18:07 GMT | 5 |
How do I use this class to create an XML document without saving it into a file? I need to store the XML documen into a string so it could be passed as a parameter to another class. Gilgamesh
|
| Serializing array of objects of different types | 03 Apr 2006 17:03 GMT | 2 |
I need to serialize/deserialize array of non-typed objects to/from such xml: <contents> <resource name="res1" />
|
| Howto select encoding ISO-8859-1 | 03 Apr 2006 14:16 GMT | 3 |
I'm would like to enconde my XML into ISO-8859-1, but I can't seem to find howto. ANy suggestions? StringWriter writer = new StringWriter(); XmlTextWriter xmlWriter = new XmlTextWriter(writer);
|
| XmlSchemaValidator and XmlSerializer.Deserialize() | 02 Apr 2006 17:28 GMT | 2 |
In an application which uses an XML file, I wish to use XmlSchemaValidator class to validate this file against the XSD file.. In the example of msdn, ( http://msdn2.microsoft.com/en-us/library/system.xml.schema.xmlschemavalidator(VS .80).aspx )
|