Ask a Question related to ASP.NET Web Services, Design and Development.
-
Pablo Gutierrez #1
No HTTP-GET method available for calling a WEB SERVICE
I just made a web service with a very simple member function.
When I browse to the asmx file to check it, there is not HTTP-GET available
for calling the service (only HTTP-POST and HTTP-SOAP).
I really need to call the web service via HTTP-GET, since it's going to be
called dynamically (i.e. without constructing a proxy class).
How can I enable the HTTP-GET method? Why is it disabled?
Regards,
Pablo.
Pablo Gutierrez Guest
-
calling web method from URL
I created a SOAP based web service which I can easily call from my vb.net code after adding the web reference: Dim ws As New myserver.myservice()... -
method name exists, property value exists, calling method fails
I have a class object I am calling in another class: class Stuff { var $myObj; function Stuff($myObj) { $this->myObj = $myObj; } -
Calling a method each time the Web-Service is called.
Hello, Is there any way to call a method each time the web-service is called ? (I am using VB.NET). Thanks :) -
Calling a DeleteDirectory Method from a Web Service
I am trying to call a DirectoryInfo.Delete function from a Web Service but am getting an Access Denied Error: System.UnauthorizedAccessException:... -
HTTP 503 (Service Unavailable) error when calling a webservice inside the network
Hello This problem has been driving me mad for the past few days. I am basically writing a generic utility in .NET/C# that can read any WSDL... -
Michael Per #2
Re: No HTTP-GET method available for calling a WEB SERVICE
Disabled by default in Framework 1.1. To enable locate appropriate lines in
your machine.config file and uncomment them.
"Pablo Gutierrez" <fucking.spammers@tamsa.com.ar> wrote in message
news:%231%23JWtbmDHA.2536@tk2msftngp13.phx.gbl...available> I just made a web service with a very simple member function.
>
> When I browse to the asmx file to check it, there is not HTTP-GET> for calling the service (only HTTP-POST and HTTP-SOAP).
>
>
>
> I really need to call the web service via HTTP-GET, since it's going to be
> called dynamically (i.e. without constructing a proxy class).
>
>
>
> How can I enable the HTTP-GET method? Why is it disabled?
>
>
>
> Regards,
>
> Pablo.
>
>
Michael Per Guest
-
Pablo Gutierrez #3
No HTTP-GET method available for calling a WEB SERVICE
I just made a web service with a very simple member function.
When I browse to the asmx file to check it, there is not HTTP-GET available
for calling the service (only HTTP-POST and HTTP-SOAP).
I really need to call the web service via HTTP-GET, since it's going to be
called dynamically (i.e. without constructing a proxy class).
How can I enable the HTTP-GET method? Why is it disabled?
Regards,
Pablo.
Pablo Gutierrez Guest



Reply With Quote

