Avatar of zstapic
zstapic
Flag for Croatia

asked on 

Web Service Problem - remote server error

Hello, I'm having a strange web service problem. Locally on my computer it works fine, but when I upload it to web server (IIS7) and try to add a reference to my VS Project, it returns me the following error: (see code below)
Can anyone help me solve this?
The document was understood, but it could not be processed.
  - The WSDL document contains links that could not be resolved.
  - There was an error downloading 'http://foi-sql/z/WcfService1/WcfService1/Service1.svc?xsd=xsd0'.
  - The remote name could not be resolved: 'my-service'
Metadata contains a reference that cannot be resolved: 'http://...../Service1.svc?wsdl'.
There was no endpoint listening at http://.../Service1.svc?wsdl that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.
The remote server returned an error: (404) Not Found.
If the service is defined in the current solution, try building the solution and adding the service reference again.

Open in new window

WCF

Avatar of undefined
Last Comment
zstapic

8/22/2022 - Mon