Consume web service(s)

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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 =...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: Consume web service(s)

    VK <vk@vk.com> wrote in news:elNqbIqdFHA.580@TK2MSFTNGP15.phx.gbl:
    > 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?
    This is just the class name (and affects namespace of course). Its not used for anything else.
    > The WS are all developed in one project but have different file names as
    > each .asmx file has different functionality.
    You can name them when you consume them to make them more descriptive.


    --
    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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139