|
-
Mar 1st, 2011, 05:04 PM
#16
Re: Send XML to a web service
 Originally Posted by MMock
Right - and I am using them - what specifically should I be doing to build the string? The reason I went with a stringbuilder is because when I use one it is very clear to me what I am doing with double quotation marks within strings, like
sb.Append("""")
sb.Append("default")
sb.Append("""")
Dim postalAddress As XmlElement = oXmlDoc.CreateElement(sb.ToString)
but let me know if there's something even better!
There are several tutorials on the internet, containing sample code.
Here's one.
Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
save a blobFileStreamDataTable To Text Filemy blog
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|