CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2014
    Posts
    4

    Soap Envelope Receiver in WindowsFormApplication Using HTTP in C#

    I am new to SOAP, can any one please tell me how can i receive Soap Envelope using HTTP, I have done receiving in TCP, where url for receiver is like

    Code:
    soap.tcp://localhost/receiver
    i want to receive in http

    Code:
    http://localhost/receiver
    can an one please guide me, if there is a configuration in app.config file please explain,

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Soap Envelope Receiver in WindowsFormApplication Using HTTP in C#

    Right click on the references folder in the project and choose add service reference. In the dialog, there is an option to add a reference to older web services if you need that.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured