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

    Can I have a web service to work as a communication service on port 80.

    Hi,

    Can I have a web service to work as a communication service on port 80.

    This web service then will call my other business objects (which are not web
    service) liabrary. And the business objects will consume a windows servies
    object.

    Is this architecture possible to achieve?

    Thanks in advance.
    Chin Choon



  2. #2
    Join Date
    Dec 2000
    Location
    Bombay, India
    Posts
    50

    Re: Can I have a web service to work as a communication service on port 80.

    hey guess what? Web Services work over HTTP i.e. they work over post 80 by default. You do not have to make any changes to in. And actually Web Services have been created exactly to do what you are trying to achive.
    For more information visit www.dotnet101.com



    Saurabh Nandu
    mail[email protected]
    http://Learncsharp.cjb.net

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