"The test form is only available for requests from the local machine."

C

cmay

I am trying to test some webservice methods that exist on a server.

When I go to run them I get the message:
"The test form is only available for requests from the local machine."

There are lots of threads on this topic, with the suggested solution
being to add this to the web.config:
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
from this page:http://support.microsoft.com/default.aspx?scid=kb;en-us;
819267

However, this doesn't change anything for me.

Any ideas?
 
C

cmay

Weird, I am noticing that some methods are allowing me to test
them?!?!

These methods belong to the same ASMX that is telling me "The test
form is only available for requests from the local machine" for some
other methods. ??
 

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,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top