Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6857633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:02:53+00:00 2026-05-27T02:02:53+00:00

I am a WebService asmx in c# with two methods. I was published this

  • 0

I am a WebService asmx in c# with two methods. I was published this service on external server on port 8088, for connect to this service in firewall i made port forwarding from xxx.xxx.xxx.xxx:80(router) to 192.168.20.12:8088. In browser can connect to this web service(xxx.xxx.xxx.xxx/Service1.asmx). Now I create a SmartDeviceProject and when add this web service on WebReference in this mode: xxx.xxx.xxx.xxx/Service1.asmx I obtain this error:
Unable to downloal following files from: xxx.xxx.xxx.xxx:8088/Service1.asmx?wsdl
and when add in this mode: xxx.xxx.xxx.xxx/Service1.asmx?wsdl service successfully add but in this case in code:

        public Service1() {
            this.Url = "http://xxx.xxx.xxx.xxx:8088/Service1.asmx";
        }

When I execute a project obtain this error: Could not establish connection to network
I get this error and if remove in all code port 8088 from Url.

Does anyone know how I can resolve this problem?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T02:02:54+00:00Added an answer on May 27, 2026 at 2:02 am

    After you create the proxy instance, set the Url property to the correct value, just like the constructor sets it to the wrong value:

    using (var proxy = new Service1())
    {
        proxy.Url = "xxx.xxx.xxx.xxx/Service1.asmx";
        // use the proxy to call operations on the service
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider the following .Net ASMX web service with two web methods. using System; using
The SharePoint web service usergroup.asmx has two methods to add role definitions to a
I need to connect to an asmx webservice using javascript. the webservice accepts and
I am trying to replace an asmx WebService with a WCF service. My primary
While accessing a webservice which is availbale at http://recpushdata.cyndigo.com/jobs.asmx , I am getting this
I'm writing UI to test an asmx web service. Server and client are .NET.
I have two ASMX web services consumed from javascript. The first service performs a
I was looking for a way to route http://www.example.com/WebService.asmx to http://www.example.com/service/ using only the
Does anyone know what the difference is between the two web service endpoints ReportService2005.asmx
I was recently asked to connect to a third party web service (*.asmx). I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.