Accessing web service

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Tmljaw==?=

    Accessing web service

    Hello,

    I hope I'm hoping posting this in the correct place. I've got an asmx web
    service and another guy created a client app that we distribute to customers.
    We seem to be having some trouble with customers accessing the service who
    are behind firewalls or are using proxy servers.

    Is there a way to detect their settings so we can avoid this problem? I
    don't have a great deal of experience accessing web services, so any help is
    greatly appreciated.

    Thanks,
    Nick
  • Sheng Jiang[MVP]

    #2
    Re: Accessing web service

    I guess the proxy servers cache responses. You can add an unused random
    parameter to the end of the URL to full the servers. Like


    --
    Sheng Jiang
    Microsoft MVP in VC++
    "Nick" <nickfinity@nos pam.nospamwrote in message
    news:1C533359-F828-4E7E-8883-CB59FA4110B8@mi crosoft.com...
    Hello,
    >
    I hope I'm hoping posting this in the correct place. I've got an asmx web
    service and another guy created a client app that we distribute to
    customers.
    We seem to be having some trouble with customers accessing the service who
    are behind firewalls or are using proxy servers.
    >
    Is there a way to detect their settings so we can avoid this problem? I
    don't have a great deal of experience accessing web services, so any help
    is
    greatly appreciated.
    >
    Thanks,
    Nick

    Comment

    Working...