Link to home
Start Free TrialLog in
Avatar of arthrex
arthrexFlag for Germany

asked on

WebService: Error adding reference or calling the service in browser

Hi Experts,

I've created the simple hello world webservice.
when I want to call it in the browser or when I want to add the reference to a aspx-site the following error occurs:

Browser:
Server Error in '/' Application.
--------------------------------------------------------------------------------

The file you are attempting to save or retrieve has been blocked from this Web site by the server administrators.

VisualStudio adding reference:
The proxy settings on this computer are not configured correctly for web discovery

But the webservice and the aspx site are on the same server. I'm still testing. It's my first webservice.

Thanks a lot for help!
ASKER CERTIFIED SOLUTION
Avatar of ihaveanswers
ihaveanswers

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of arthrex

ASKER

Thanks a lot for your answer.
The Number 2 really helped me.
But in fact, tha main problem war the sharepoint server on which the service was running.
You have to delete the Webservice-extension out of a list of prohibited extensions in the sharepoint administration.

Thanks again!