Ask a Question related to ASP.NET Web Services, Design and Development.
-
VK #1
Consume web service(s)
Folks:
I was successfully able to consume the first web service(WS).
Created another WS and added a reference on the client project, it added
the reference as localhost1 and not localhost. Do I have to keep adding
references all the all and will it keep incrementing the localhost by 1
all the time?
The WS are all developed in one project but have different file names as
each .asmx file has different functionality.
Many thanks.
Vani
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
VK Guest
-
Web Service Call to consume SAP Web Service
Greetings, I have been stuck trying to get CF 8 to talk to SAP serviced Web Service. Here is code I am using: <cfscript> ws =... -
Consume 3rd party web service
Hi: The web service provider required a client certificate for authentication. What this client certificate is ? Is it a certificate use for... -
Consume NOAA Web Service
I'm using the code below to attempt to consume the NOAA weather service and am getting the following error: Web service operation "NDFDgen" with... -
How to consume a Java Web Service from VB 6
Hi, I am trying to consume a web service (Apache) using wsdl file from vb 6. I have tried Low-Level and High Level calls But I could not... -
Consume a Web Service from Classic ASP
Hi, How can I consume a Web Service that returns a DATASET from classic ASP. I know how to consume the Web Service when it returns just a variable... -
Chad Z. Hower aka Kudzu #2
Re: Consume web service(s)
VK <vk@vk.com> wrote in news:elNqbIqdFHA.580@TK2MSFTNGP15.phx.gbl:
This is just the class name (and affects namespace of course). Its not used for anything else.> Created another WS and added a reference on the client project, it added
> the reference as localhost1 and not localhost. Do I have to keep adding
> references all the all and will it keep incrementing the localhost by 1
> all the time?
You can name them when you consume them to make them more descriptive.> The WS are all developed in one project but have different file names as
> each .asmx file has different functionality.
--
Chad Z. Hower (a.k.a. Kudzu) - [url]http://www.hower.org/Kudzu/[/url]
"Programming is an art form that fights back"
Blog: [url]http://blogs.atozed.com/kudzu[/url]
Chad Z. Hower aka Kudzu Guest



Reply With Quote

