WebRequest Problem

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Ingo Witte (Ingo.Witte_at_wm-fahrzeugteile.de)
Date: 02/23/05


Date: Wed, 23 Feb 2005 09:50:09 +0100

Hallo allerseits,

wir portieren gerade eine Anwendung von VisualObjects nach C#.
Die VO-Anwendung startet über MSXML2 (msxml4.dll) einen WebRequest, um Daten an einen IBM-Mainframe zu übermitteln.
Dieses Konstrukt im C# nachgebildet (mittels HttpWebRequest und HttpWebResponse) funktioniert nicht. Die Schnittstelle scheint die XML-Daten, die übergeben werden, nicht entgegenzunehmen.

Hat irgendjemand hier Erfahrung? Die Schnittstelle auf dem WebServer ist ein Executable File (cpgxml.exe), das als CGI agiert, und wird per POST angesprochen.

mfg
Ingo Witte



Relevant Pages

  • MSXML2.ServerXMLHTTP40 converted to C# (webrequest problem)
    ... I am converting a program from VB6 to C#. ... so it's not a question of not knowing how HttpWebRequest, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Wireless connection
    ... Because you are defining your own class called HttpWebRequest when that already exists in the base class library, even if they both derive from WebRequest you can't cast between them. ... Explain in more detail what you are trying to achieve and we can suggest a code sample. ... by clicking on a button open a web site. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: MSINET.OCX .NET equivalent
    ... > Anyone knows what would be the equivalent assembly in .NET to the Inet ... > control from MSINET.OCX? ... WebRequest, HttpWebRequest from System.Net namespace. ...
    (microsoft.public.win32.programmer.ole)
  • Re: Basic authentication Fails
    ... Dim myWebRequest As WebRequest = WebRequest.Create ... Dim myWebRequest As HttpWebRequest = HttpWebRequest.Create ... Even so, without basic auth the request went through, so ...
    (microsoft.public.dotnet.framework.aspnet)