| Thread | Last Post | Replies |
|
| XmlDocument.SelectSingleNode XPathException | 13 Apr 2005 08:29 GMT | 5 |
Hi; I am calling SelectSingleNode("/xml/s:Schema/s:ElementType/@name") where "/xml/s:Schema/s:ElementType/@name is a legit xpath statement (xml is the name of the rootnode) and that xpath statement works fine on the document in
|
| Plase help with Deserialization exception | 13 Apr 2005 03:53 GMT | 3 |
The following code fails with an exception of "There is an error in XML document (2, 2)." string with an inner exception of "Value cannot be null.\r\nParameter name: input" string. The inner exception has a strack trace of " at System.Text.RegularExpressions.Regex.Split(String ...
|
| Posting XML to Server from ASP.NET/C# webapp | 12 Apr 2005 17:48 GMT | 1 |
I am trying to build an class that will POST XML to a merchant Gateway. The XML represents a customer transaction. I have no idea how to go about posting anything other then a collection of name value pairs. Can someone please give me a hand. I have been searching for a few days. ...
|
| SOAP Call Retrieval | 12 Apr 2005 16:20 GMT | 5 |
I have been asked to port a VB6 / SOAP SDK app to C# .Net using web services and do it quickly. I have a remote SOAP interface that I've referenced and can now call methods on. What I am unsure of is how such items below from the SOAP SDK transfer to
|
| LoadXML and UTF-8 encoding | 12 Apr 2005 16:16 GMT | 6 |
I'm having troubles loading a Xml string encoded in UTF-8. If I try this code: ------------------------------ XmlDocument doc=new XmlDocument();
|
| Msxml2.XMLHTTP.3.0 | 11 Apr 2005 18:58 GMT | 3 |
I used Msxml2.XMLHTTP.3.0 in mycode. It is working properly in my local and QA environment. But when i run my project on Staging environment i am getting following error. msxml3.dll: the download of the specified resource has failed
|
| How to get XML file from web page | 11 Apr 2005 12:50 GMT | 1 |
Hi, I am making my diploma project and I have following problem... I am programming in Visual studio ASP.NET using C#. I am using Visual Studio environment, so I am writing only handlers for buttons and other components.
|
| how to process a node, even if it has NO childNodes | 09 Apr 2005 22:23 GMT | 1 |
hiya, I have a function that replaces the nodenames in an xmlFile. I use a while loop.The problem is, if the element has no childNodes, then it isn't replaced.I want ALL the elements to be replaced..REGARDLESS of
|
| Help! Xml Data Island is not refreshing!!!! | 09 Apr 2005 17:26 GMT | 2 |
I have an xml data island which is used for providing data for a dropdown list. However, change the 'src' attribute of the xml data island doesn't seem to reload the xml island properly.... Here is my code:
|
| XPath 2.0 & XQuery 1.0 | 09 Apr 2005 12:20 GMT | 1 |
Hi .NET XML fans, does anyone know ad hoc whether support for the above standards is planned for .NET 2.0? I suppose this would be extremely valuable for many folks...
|
| Newbie needs help with 'multiple XML records' | 09 Apr 2005 04:53 GMT | 3 |
I am not even sure I have used valid words in my subject line. I have an object that I can serialize as XML and then deserialize it. I want to 'export' a static copy of the object and then 'import' it into another program on another system. My idea is to serialize it, transport the ...
|
| xsd.exe schema documentation... | 09 Apr 2005 04:15 GMT | 1 |
I am creating schema directly from the .net assembly using the xsd.exe tool. Now I would like to annotate the schema (using xs:annotation and xs:documentation etc.). The C# file that created the assembly has comments in it. Is it possible to somehow import these comments into the ...
|
| Unable to call webservice using HTTP GET... | 08 Apr 2005 23:01 GMT | 4 |
I created a webservice, but I can't call the webservice using HTTP GET. SOAP and POST work fine, but not GET. Am I missing something in the configuration?
|
| Get Xml from web . | 08 Apr 2005 20:19 GMT | 2 |
This is a link to an address where I would like to access xml. http://setiathome2.ssl.berkeley.edu/fcgi-bin/fcgi?cmd=user_xml&email=XXXX The XXXX is the email address of a user. All I want to do is access the xml and view it in a datagrid. I have read several tuturials and ...
|
| Converting dataset to XML | 08 Apr 2005 16:17 GMT | 1 |
(Type your message here) -------------------------------- From: Rohit D Hi All,
|