Questions tagged [xmlroot]

34 questions
0
votes
1 answer

WCF, XmlRoot, and optional parameters

I have a WCF service and cannot use DataContracts since I need more control over the XML received and sent to this service. As such, I use XmlRoot, and XmlElement... the problem I'm running into now is that my class that the receiving xml gets…
Chris Klepeis
  • 9,783
  • 16
  • 83
  • 149
0
votes
1 answer

Can't see the XML root of my document

I'm trying to create a XML Document in VB.Net like this : To create this document, I use one of these two codes : Dim xd As New XmlDocument() Dim xmlPI As…
Genyuumaru
  • 15
  • 6
0
votes
1 answer

Do I need to Flush when using XmlRootAttribute Class?

I know that when using a stream I need to flush it so it will releases any resources related to the stream and flushing a stream takes any buffered data which hasn't been written yet, and writes it out right away. I have the following…
Dor Cohen
  • 16,769
  • 23
  • 93
  • 161
-1
votes
1 answer

Add a root element to a XML

I'm quite a noob, since I don't have any previous knowledge of java programming. Said that, I've managed to arrange some code into a working txt to xml converter. Please take extreme consideration of the following note: I have no clue at all about…
tanoMandanga
  • 25
  • 1
  • 1
  • 9
1 2
3