Sep 19, 2003 #1 J JumpsInLava Well-known member Joined Sep 17, 2003 Messages 55 Does anyone have sample code on how to create and post XML data to an .asp page, then get the response back in VB.NET. The XML is not in a file.
Does anyone have sample code on how to create and post XML data to an .asp page, then get the response back in VB.NET. The XML is not in a file.
Sep 21, 2003 #2 Derek Stone Exalted One Joined Nov 17, 2002 Messages 1,878 Location Rhode Island User Rank *Expert* This can be done very easily using the [msdn=System.Net.WebRequest]System.Net.WebRequest[/msdn] class.
This can be done very easily using the [msdn=System.Net.WebRequest]System.Net.WebRequest[/msdn] class.