POST xml and read response

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ats@jbex

    POST xml and read response

    I have a web page that ccreates an xml document. I now need to POST this to
    a payment service and read a response from them. I have a URL and a
    username and password that I also need to include. Can anybody poiint me in
    teh direction I need to look for a way of doing this please. I am using VS
    2005 and VB.

    TIA

    --
    ats@jbex

    I'm not gonna be taken in
    They said if I don't join I just can't win
    I've heard that story many times before
    And every time I threw it out the door

    SLF - Wasted Life
  • Martin Honnen

    #2
    Re: POST xml and read response

    ats@jbex wrote:
    I have a web page that ccreates an xml document. I now need to POST this to
    a payment service and read a response from them. I have a URL and a
    username and password that I also need to include. Can anybody poiint me in
    teh direction I need to look for a way of doing this please. I am using VS
    2005 and VB.
    Either use System.Net.WebC lient and its UploadFile method

    or use the lower level (Http)WebReques t/Response classes.

    --

    Martin Honnen --- MVP XML

    Comment

    • ats@jbex

      #3
      Re: POST xml and read response

      On Tue, 21 Oct 2008 17:26:05 +0200, in microsoft.publi c.dotnet.langua ges.vb
      you wrote:
      ats@jbex wrote:
      >I have a web page that ccreates an xml document. I now need to POST this to
      >a payment service and read a response from them. I have a URL and a
      >username and password that I also need to include. Can anybody poiint me in
      >teh direction I need to look for a way of doing this please. I am using VS
      >2005 and VB.
      >
      Either use System.Net.WebC lient and its UploadFile method

      or use the lower level (Http)WebReques t/Response classes.
      Thanks for the link. I will give it a go.
      --
      ats@jbex

      They say they've got control of you
      But that's not true you know
      They say they're a part of you
      And that's a lie you know
      They say you will never be
      Free free free

      SLF - Alternative Ulster

      Comment

      Working...