Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Testing a webservice on remote machine

0 views
Skip to first unread message

Majid

unread,
Oct 5, 2003, 3:34:18 AM10/5/03
to
Hi dear,
I cannot test my webservice the problem is:
"The test form is only available for requests from the
local machine."
The web service is located here
http://www.shahabfar.com/WebServices/shamsicalendar.asmx
and has only one method called GetDate()

Thank you in advance.

Matevz Gacnik

unread,
Oct 6, 2003, 2:48:36 PM10/6/03
to
You are using .NET Framework 1.1 and it by default won't
allow you to get your test form from remote machines. You
should change the setting in machine.config file to allow
this (webServices/protocols section)

Regards,
Matevz.

>.
>

Carl

unread,
Oct 8, 2003, 12:50:55 PM10/8/03
to
HI,

I do have the same issue, where exactly in the
machine.config file it should be change and what should
be written ?

Carl,

<webServices>
<protocols>
<add name="HttpSoap1.2"/>
<add name="HttpSoap"/>
<!-- <add name="HttpPost"/> -->
<!-- <add name="HttpGet"/> -->
<add name="HttpPostLocalhost"/>
<add name="Documentation"/>
</protocols>
<soapExtensionTypes>
</soapExtensionTypes>
<soapExtensionReflectorTypes>
</soapExtensionReflectorTypes>
<soapExtensionImporterTypes>
</soapExtensionImporterTypes>
<wsdlHelpGenerator
href="DefaultWsdlHelpGenerator.aspx"/>
<serviceDescriptionFormatExtensionTypes>
</serviceDescriptionFormatExtensionTypes>
</webServices>

0 new messages