B
batista
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.
Just to clarify,
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.....
Wats wrong in this.???????????
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.
Just to clarify,
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.....
Wats wrong in this.???????????