Why doesn't this web service work ?

M

moko

I have a web service in
http://www27.brinkster.com/testingvfd/VFD001Service2.asmx.

When I invoke this service through IE, and click on
the web service
hyperlink called 'UpdateFormDesigner' , I get the
following error :

-----------------------------------------------------
UpdateFormDesigner

Test
No test form is available as this service or method
does not support the HTTP GET protocol.
-----------------------------------------------------

I have added the following lines in the web.config of
this folder
, since .NET 1.1 does not support HTTPGET and POST :-

<Webservice>
Add Name="HttpGet";
Add Name="HttpPost";
</Webservice>

Even then the problem persists.

Chak.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top