Ask a Question related to ASP.NET Web Services, Design and Development.
-
Garth Wells #1
Manipulating XML File
Assume you're working with a vendor that doesn't understand web
services and implements their version of a web service solution that
only returns an XML file upon making a call to a URL:
[url]http://333.333.333.90:7900/UserVerify?UserID=abc&Password=123[/url]
There is no disco file of any sort, so I'm forced to write code that does
a post/get and captures the XML file returned and parses it manually to
get to the data.
Using a .Net solution, what's the best approach to solving this problem?
Thanks for any pointers.
Garth Wells Guest
-
manipulating a XML document
hello list, I need to be able to "clean" a XML file, creating a version without blank spaces among the tags. So, what I want to do is to create... -
Manipulating a 3d object
Hi, I am very new to Director, but I have made a 3d model in 3ds max, and have been able to import it as a new cast member. I want the user to... -
Manipulating Dataset
Dear gurus, I have a stored procedure which returns a set of rows. How do I suppress a number of columns (not display) from dataset? Is is... -
Help with manipulating a string.
I've got a multiline text box that will feed the ^M at the end of each line. I want to capture it into a single line (which is done), but how do I... -
manipulating an image file in asp.net with C#
I've got a file upload happening to upload an image file to the server. During this process I want to also create a thumbnail of the image in the...



Reply With Quote

