| Thread | Last Post | Replies |
|
| Problem with XMLTextReader | 21 Apr 2005 08:24 GMT | 3 |
I am using XMLTextReader class to read the xml files. In some cases xml declaration tag might start after space/tab charecters. These kind of files are supported by the browsers and xml dom's but the xmltextreader's are not supporting to read this kind of files.
|
| soap serialisation to text | 20 Apr 2005 07:31 GMT | 1 |
I want to be able to serialise an object and then pass the serialisation text as a string to a Web service without serialising to a file first. I also want to be able to deserialise from the text without using a file. How can I do these?
|
| Webservice from XSD | 19 Apr 2005 11:56 GMT | 1 |
Hello, recently I have been assigned the task to upgrade an application. This application communicated with a 3rd party through mail boxes. Now this 3rd party wants to upgrade to using webservice requests, and so we
|
| WBI SOAP response - accented characters missing | 19 Apr 2005 04:10 GMT | 4 |
Hi Gurus, Please help me in this, I have tried all options available to me. (Option 1) I am making a simple request from VB.NET client to WBI generated WSDL and
|
| SelectSingleNode and Namespace | 18 Apr 2005 14:48 GMT | 3 |
I use a XML-Doc with a Namespace like the following example: <HomedResources xmlns=http://schemas.microsoft.com/RtcServer/2002/11/dbimpexp Version="3"> <HomedResource UserAtHost="PBoul@team.de" Enabled="1" VersionPermission="10" VersionContact="25" ...
|
| help with SelectSingleNode | 17 Apr 2005 13:52 GMT | 4 |
Hi, I've xml file like this: <?xml version="1.0" encoding="utf-8" ?> <strings> <component name="commesse">
|
| XML R?sum? Vocabularies? | 16 Apr 2005 16:48 GMT | 2 |
I'm hoping to discover the most widely used XML R?sum? Vocabulary. Your comments please...
 Signature <%= Clinton Gallagher
|
| How to add a namespace prefix to a digital signature | 16 Apr 2005 08:34 GMT | 2 |
I use a code very similar to that found in the MSDN sample attached to the class XmlDsigEnvelopedSignatureTransform (code attached below). The code works fine and produces somethink like <Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
|
| Schemaset : schema compiled form code shows no PSVI elements | 15 Apr 2005 19:12 GMT | 2 |
I accidentally put this on another group - this is the more likley home... The first code fragment creates the simplest of XML Schemas is code. After the “Compile()” method is called on the schemaset objetc, the schema element count is zero – but I was expecting one element in ...
|
| WSDL generates with wrong "minOccurs" values | 15 Apr 2005 17:13 GMT | 2 |
Using the XSD.exe tool, I created a number of classes from my XSD file. When I generate the WSDL for my web service, the schema does not have the proper Occurance constraints for the attributes. In this example, the MessageID element should always occur (minOccur=1, maxOccur=1), but
|
| XMLSerialization Suppress Element Name to Mimic HTML Anchor Tag | 15 Apr 2005 15:18 GMT | 1 |
I am trying to mimic the html anchor tag. I have created a class; Public Class anchor <XmlAttributeAttribute()> _ Public href As String
|
| Getting an integer value (in one line) out of SelectSingleNode from an XMLDoc. | 14 Apr 2005 19:20 GMT | 7 |
[C# code oriented] Two questions: (1) I can pull the text of an XML element as a string just fine using code
|
| Best way to get the value of one particular node of an XML string | 14 Apr 2005 17:29 GMT | 3 |
I'm trying to figure out the best way (considering there could be instances where I get a lot of data in this XML, and I want to minimize any slowdowns) to extract the value of one particular node from an XML string (not saved as a file, but passed as a string from another ...
|
| xmlSerializer & xmlAttrbuteOverrides | 14 Apr 2005 11:07 GMT | 1 |
I have a set of c# data classes wich i need to fill their data from xml files. serialization looks to be the best way to accomplish this task. Since the data classes are compiled and i don't have control on the xml structure, I tried using the xmlAttributeOverrides class, to ...
|
| Yahoo API and XPath problem | 13 Apr 2005 13:21 GMT | 2 |
Using C#, ASP.NET I'm trying to implement Yahoo search API. I can sent the HTTP request and get back the results. The problem I have is that I don't know how to use XPath with the results than comes back. I coded XPath before successfully,
|