Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > NAMESPACE PROBLEM - Depolying a web service to a new server

Reply
Thread Tools

NAMESPACE PROBLEM - Depolying a web service to a new server

 
 
Billy Mac
Guest
Posts: n/a
 
      03-21-2005
I currently have a web service declared as ...
<System.Web.Services.WebService(Namespace:=Declara tions.FeatureVersion,
Name:="Civic Address Point Range")> _
Public Class CivicAddress .... etc.

where Declarations.FeatureVersion is a constant string with the value :
"http:/localhost/Test_WS"

I need this to be customizable to give end users the ability to enter in
their own as the current is not going to be relevant to their installation.

Is there a way that i can dynamically change this value based on an entry in
my web.config or some other method. The web service namespace only allows
for constant values.

Thanks for any help
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Does timer in Web Service Global.asax block my Web Service from processing web-site requests? Leo Violette ASP .Net Web Services 0 04-17-2009 12:39 AM
InvocationTargetException when calling "new Service()" in Axis web service to call another web service Michael Averstegge Java 0 01-10-2006 11:05 PM
procedure to add web reference which will not create new namespace just add class in existing namespace. Deep Mehta via .NET 247 ASP .Net Web Services 2 05-31-2005 05:05 AM
Depolying to client Workstation Wayne Gibson ASP .Net 0 02-28-2005 10:29 AM
Help:Why can't I use namespace System.Web? It is said that this namespace doesn't exist. But it should exist. Èý¹â ASP .Net 1 07-29-2003 04:31 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57