[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

404 error on webservice call - if service is outside the newtwork

dov_sheinker

7/6/2004 3:09:00 PM

Hi,
We are having issues deploying the webservice. We are trying to call
it from windows application and the webservice is deployed outside the
network.

If we deploy the webservice locally and added reference everything
works fine. But after deplying it to outside the network, the program
is not able to find it. We even tried referencing the local version
and thenchanged the URL in config file to the URL outside the network
where we eventually want to deplpy and here it gives exception:
"System.Net.WebException: The request failed with HTTP status 404: Not
Found."

We are not able to reference it (and generate proxy) at the first
place from the windows application by using "Add webreference" if it
is outside the network.

We ran http sniffer to see what may be happening and we have found
that the request URL is being preppended with some IP address. Looks
like proxy settings on the network may be responsible for this,
however we are not sure how to resolve the issue or if there is
anything else to look. If we invoke the webservice from browser it
works fine even if it is outside the network.

Any pointers? How to bypass proxy? Or is there anything else to look?

Any help would be highly appreciated.