Posting data from ASP to WebService

Discussion in 'C#' started by ampo, Sep 1, 2010.

  1. #1
    Hi.

    How can I post arguments from ASP to method of web service?

    Thanks.
     
    ampo, Sep 1, 2010 IP
  2. gotlivechat

    gotlivechat Member

    Messages:
    516
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    35
    #2
    Have you looked into xmlhttp?
     
    gotlivechat, Sep 8, 2010 IP
  3. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #3
    What format of webservice is it? If it has a WSDL then Studio will produce a psuedo class for the webservice for you and then you just call it from that class.
     
    AstarothSolutions, Sep 9, 2010 IP