Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 26th, 2006, 11:55 PM
William
Guest
 
Posts: n/a
Default Request/Response XML to a remote server without using IIS

I have a need to take an xml file generated from a mainframe and post it to
a remote server (ex: http//xml.company.com/order.cgi) which, in turn, will
return an xml response. I have no idea how to do this without using IIS (the
application is written in C#). Can someone point me in the right direction
(samples, framework classes, etc.)?


  #2  
Old July 30th, 2006, 12:35 AM
Thomas S
Guest
 
Posts: n/a
Default Re: Request/Response XML to a remote server without using IIS

Look at HttpWebRequest. I used that in an app to upload an XML file and get
a response XML file:

HttpWebRequest req = (HttpWebRequest)WebRequest.Create(requrl);

T



"William" <nfr@nospam.comwrote in message
news:uZfnFeQsGHA.1304@TK2MSFTNGP06.phx.gbl...
Quote:
>I have a need to take an xml file generated from a mainframe and post it to
>a remote server (ex: http//xml.company.com/order.cgi) which, in turn, will
>return an xml response. I have no idea how to do this without using IIS
>(the application is written in C#). Can someone point me in the right
>direction (samples, framework classes, etc.)?
>

 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles