Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 16th, 2005, 10:53 AM
Registered User
 
Join Date: Mar 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default unable to connect remote server

hello friends

when i am running any application it will give error

underlying connection is closed
unable to connect remote server

connection like this

http://localhost:8082/myobjects.customers.rem



 
Old April 25th, 2005, 02:10 AM
Authorized User
 
Join Date: May 2004
Posts: 83
Thanks: 0
Thanked 1 Time in 1 Post
Default

Dear Harendra,

There can be two reasons for this error. Either the server application that you've created is not running or, if running, it's listening on a different port no.

Please ensure that the server and client applications both use the same port numbers, channels and formatters. Also try to rename the object uri so that it contains only a single period, e.g. try using http://localhost:8082/customers.rem instead of http://localhost:8082/myobjects.customers.rem.

Regards,

ejan





Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to connect to the remote server rstelma ASP.NET 2.0 Professional 0 May 30th, 2008 07:56 PM
WS problem:Unable to connect to the remote server momotr .NET Web Services 8 February 28th, 2008 01:19 PM
Unable to connect to the remote server jagdip_jadav ASP.NET 1.0 and 1.1 Basics 1 May 20th, 2007 12:47 AM
can't connect to remote server alyeng2000 ASP.NET 1.0 and 1.1 Basics 4 February 9th, 2004 11:24 AM
[000] Unable to connect to server 'SERVER\SQL'; SQ ctanchan SQL Server 2000 1 August 15th, 2003 07:18 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.