473,386 Members | 1,795 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,386 software developers and data experts.

Strange Problem With Asp.Net WebService,Help Needed

Hi there,

My problem is that, i've created a simple hello world web service
project, and then, when i run it to test the operation,the invoke
button does not open any window.

I mean there is no response when i click the invoke button, no window
containing the output opens.

It just does nothing, no error no exception nothing.

Plz help me out, wat's wrong thr?

Jan 4 '06 #1
4 1157
Just to add on this,

my web service url is this
http://localhost/TestWS/Service1.asmx, when i browse it,

it displays helloworld function

the url is

http://localhost/TestWS/Service1.asmx?op=HelloWorld, and it's written

To test the operation using the HTTP POST protocol, click the 'Invoke'
button

now when i click on the invoke button link it does nothing?
why?????????

But when i try to browse the url

http://localhost/TestWS/Service1.asmx/op=HelloWorld

it gives me the following exception:

System.InvalidOperationException: Request format is unrecognized

BTW, i'm using asp.net v1.1..

So now plz any help on this.....

Jan 4 '06 #2
Just to add on this,

my web service url is this
http://localhost/TestWS/Service1.asmx, when i browse it,

it displays helloworld function

the url is

http://localhost/TestWS/Service1.asmx?op=HelloWorld, and it's written

To test the operation using the HTTP POST protocol, click the 'Invoke'
button

now when i click on the invoke button link it does nothing?
why?????????

But when i try to browse the url

http://localhost/TestWS/Service1.asmx/op=HelloWorld

it gives me the following exception:

System.InvalidOperationException: Request format is unrecognized

BTW, i'm using asp.net v1.1..

So now plz any help on this.....

Jan 4 '06 #3
I believe that one of my developers had a similar problem and it turned out
to be security related. It was as though the content-type was being set to
'text/xml' however a server error (which would be in HTML format) was being
sent back instead and caused a similar error.

Make sure that you have full-trust for localhost (or intranet). An easy way
to check this is to add http://localhost to the trusted site list within
Internet Explorer and see if it fixes the problem. If it does, you will be
able to manage the .NET security configuration and then remove
http://localhost from your trusted site list and it will continue to operate
correctly.

Hope this helps.

-Eric
"batista" wrote:
Hi there,

My problem is that, i've created a simple hello world web service
project, and then, when i run it to test the operation,the invoke
button does not open any window.

I mean there is no response when i click the invoke button, no window
containing the output opens.

It just does nothing, no error no exception nothing.

Plz help me out, wat's wrong thr?

Jan 4 '06 #4
Eric I tried ur suggestion,but

no luck

It seems my asp.net is corrupted.

I think i wud have to reinstall it(Oh God...)

Jan 5 '06 #5

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

Similar topics

0
by: Delf | last post by:
Hi all, I'm working on a solution which contains WebServices (C#), C# libraries and some unmanaged DLLs (C++). Here the layout of the calls : WebService (C#) <-> C# DLL <-> unmanaged DLL ...
1
by: Ricky K. Rasmussen | last post by:
Hi NG, When connecting to a local WebService one of our customers gets a very strange exception: "File or assembly name gaw9eaqv.dll, or one of its dependencies, was not found." The...
0
by: M.Posseth | last post by:
Hello , I have a strange problem when i set a reference to http://www.trostonline.de/autobest/tolwebservice.dll/wsdl/ITOLServiceInterface i end up with a logon method like this
3
by: batista | last post by:
Hi there, My problem is that, i've created a simple hello world web service project, and then, when i run it to test the operation,the invoke button does not open any window. I mean there is...
6
by: jhooper71 | last post by:
It's been recommended to me to use a webservice and XML for the data manipulation layer for web applications in .NET 1.1. I was thinking I could use the web service to extend the database...
0
by: batista | last post by:
Hello all, I am using a webpage having a grid and im calling a webservice method(using webservice.htc) which after 5 seconds updates the content of the grid, uptil now everything is working...
3
by: Robbert van Geldrop | last post by:
By making a call to a webservice I receive the following error page, we did a complete new build but the error still exist: The installation of the webservice is on an win 2003 standard service...
2
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of...
0
by: roni schuetz | last post by:
since a few day's i'm running around the problem that I stocked with a change i need to do. hopefully somebody here can give me a tipp which will be usefull to solve my problem. I'm using a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.