You must Sign In to post a response.
  • Category: Webservices

    Web service for TCP IP connection

    Hi,

    I need to connect TCP ip using IP and port in web service. I need sample code to connect TCPIP using web service
  • #761237
    1. Webservice is working in SOAP Technology.
    2. You can use WCF Service
    3. Set the NetTCPIBinding

    By Nathan
    Direction is important than speed

  • #761240
    Hi Anjali.

    For calling Webservice Using TCP/IP with the c# programming language go through below article link.

    www.codeproject.com/Articles/312530/Calling-Webservice-Using-TCP-IP-from-any-Programmi

    www.codeproject.com/Articles/4238/Secure-Web-Services-via-TCP-IP

    Regards

    Thota Sridhar.
    If you learn from defeat..
    You haven't really lost..

    Sridhar Thota.
    Editor: DNS Forum.

  • #761243
    Hi
    Anjali

    You can go through Below link

    http://csharp.net-informations.com/communications/csharp-socket-programming.htm

    https://www.udemy.com/tcpip-socket-programming-for-coders-using-csharp-net/

    http://www.c-sharpcorner.com/UploadFile/ajyadav123/applied-C-Sharp-net-socket-programming/

    https://msdn.microsoft.com/en-us/library/bew39x2a(v=vs.110).aspx

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.

  • #761296
    thanks for your response...but I am not able establish connection with the above reference. After assigning socket connection property shows me false. I need sample using web service. The listener has ip address, port number and login credential.


  • Sign In to post your comments