473,287 Members | 1,741 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,287 software developers and data experts.

.NET Web service default test page(DefaultWsdlHelpGenerator.aspx)

Hi,

We have created new .NET web service and running it through the default test
page and it's working fine in our development environment.

When we moved the web service to the acceptance environment then also it is
successfully displaying the default testpage given by the .NET , but when we
are providing the values to the parameters of webmethod on test page and
click on the invoke button it gives us the error of "page cannot be
dispalyed".

After investigation on the problem we found that our acceptance is running
on the bigIP means it is running on the cluster of servers and they all have
assigned the single name which is tier4-fiw-acp. So if we have to call our
web service we have to call with the following url:

http://tier4-fiw-acp/webservices/datafeed.asmx

With the above mentioned url, it is opening the default test page
successfully but after providing the values to the parameters of exposed web
method, when we click on the invoke button it gives us the error of page
cannot be displayed.

On further investigation of the problem we found that when we click on the
invoke button it goes to the following URL :

http://tier4-fiw-acp:8010/webservice...undInformation

The problem which we see in the above url is that it is appending the port
8010 with the big ip name which is tier4-fiw-acp, since tier4-fiw-cap is
already mapped to the group of servername:portnames it is not able to find
out the server due to the addition of port no and gives us the page cannot be
displayed error.

If we run the web service with any servername:portname combination which
were mapped with the tier4-fiw-acp, it is running fine but if we run it with
big ip name then it gives us the error as it is appending the port name.

We also went through the default test page which is located at the following
location and found that it is using URI on the click of invoke button which
is appending the port.

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFI G\DefaultWsdlHelpGenerator.aspx

Is there is any workaround for the problem with minimum development effort
as we want to use only default test page for the web service?

Thanks for going through the big mail...

Thanks & Regards,
Neeraj Badaya(MCSD.NET)


Jun 7 '07 #1
0 2715

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Yabbedoo.com | last post by:
Hello I'm creating all my web project swith dotNet, so i have default.Aspx as the first page. No several times, i want to add my website to an searchengines, but they test if the Url is...
5
by: Ted Apollo | last post by:
When I develop my ASP.NET 1.1 application locally, the default form is always "WebForm1.aspx." However, when I post the same application to a web server, the default becomes "default.aspx." Why...
2
by: rodchar | last post by:
Hey all, I have an asp.net page called default.aspx. when I visit this site i type in http://myDirectory/ because I know that the name default.aspx will be assumed. However, when i goto this...
4
by: JIM.H. | last post by:
Hello, I have a logon.apsx page and when I clicked LogOff button, user is directed to this page. For the first login user is able to go to myApp.aspx through logon.aspx but once he/she logs of and...
9
by: David Veeneman | last post by:
I'm just getting started with ASP.NET, using VS 2005. As an exercise, I opened the root web site in VS 2005 and created a simple welcome page. I saved the page as Default.aspx and made sure that...
0
by: Joey | last post by:
I have a web app that contains several subfolders. In one of them, I have a page set up as "Default.aspx", so users can hit it just by typing the directory name in the browser address bar (example:...
1
by: ytterbius | last post by:
Hello, I posted this earlier to the ASP section, but I think the problem is a IIS one. I have a site with several pages. When I debug in visual developer I'm able to open the various pages and...
8
by: AAaron123 | last post by:
I created a home page and moved to the isp. it contains 3 files: Default.aspv Default.aspx.vb web.config and the folder App.Data Using IE to point to my home page folder it displays the...
2
by: punjabplus | last post by:
hi, i want help for-- like responce.redirect("default.aspx?test=one"); query string . on redirect page address bar we have value like http:// default.aspx?test=one is there any way we can...
5
by: punjabplus | last post by:
hi, i want help for-- like responce.redirect("default.aspx?test=one"); query string . on redirect page address bar we have value like http:// default.aspx?test=one is there any way we can...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.