Problems in Accessing Web Serice from ASP.Net

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

  1. #1

    Default Problems in Accessing Web Serice from ASP.Net

    Hi,

    I created a Web service and add a reference to web application. I Created
    both applications from my local system and everythingworking perfectly. Then
    i was installed the Web Serice to Public Server and updated the reference to
    the Web Application. Now i am unable to access the web service methods from
    ASP.NET web application its given the following error.

    Exception Details: System.Web.Services.Protocols.SoapException: Server was
    unable to process request. --> The underlying connection was closed: Unable
    to connect to the remote server. Trying to Connect :


    Please reply it ASAP.

    (I tried all by giving full access to IIS. i am behind the firewall. i tried
    by giving proxy details to service.)

    With Regards,
    Prasad Dannani


    Prasad Dannani Guest

  2. Similar Questions and Discussions

    1. Problems accessing Web Service...
      Hi Everyone, I have the default HelloWorld webservice in asp.net. I'm trying to access it using VBSCript, with the code: ...
    2. Problems accessing COM+ from ASP.NET application
      Hi Mike, It's obviously failing on Registry access. To get more information, I'd highly recommend getting a Regmon log. You can download Regmon...
    3. Problems accessing DCOM component
      Hi folks, I am stuck on a problem of creating an object via DCOM from a webservice component. Code: Dim sl As LogonSrv.SysLogon =...
    4. Problems accessing FP site with DW
      I am trying to access our site with dreamweaver FTP (have been using front page). I defined the remote site with no problem, but am unable to access...
    5. Problems accessing web pages with IE 6.0
      I am trying to access a web page with IE6.0 and I get the following error message: ======================================================= You...
  3. #2

    Default Re: Problems in Accessing Web Serice from ASP.Net

    I found the problem myself its because of the web serice is accessing other
    web pages. There i need to change the proxy settings (in web service) to
    make it work.

    With Regards,
    Prasad Dannani.

    "Prasad Dannani" <prasad@pennywise.com> wrote in message
    news:eFObPg1lFHA.3552@TK2MSFTNGP10.phx.gbl...
    > Hi,
    >
    > I created a Web service and add a reference to web application. I Created
    > both applications from my local system and everythingworking perfectly.
    Then
    > i was installed the Web Serice to Public Server and updated the reference
    to
    > the Web Application. Now i am unable to access the web service methods
    from
    > ASP.NET web application its given the following error.
    >
    > Exception Details: System.Web.Services.Protocols.SoapException: Server was
    > unable to process request. --> The underlying connection was closed:
    Unable
    > to connect to the remote server. Trying to Connect :
    >
    >
    > Please reply it ASAP.
    >
    > (I tried all by giving full access to IIS. i am behind the firewall. i
    tried
    > by giving proxy details to service.)
    >
    > With Regards,
    > Prasad Dannani
    >
    >

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