
Signature
Met vriendelijke groet
Kind regards,
Michel Posseth
Software Developer
Microsoft Certified Professional
> Well you can trigger a webservice with http post / get and SOAP
>
[quoted text clipped - 3 lines]
> remotemachine you only get "The test form is only available for requests
> from the local machine." message.
No, it is not true! I can get "Invoke" button, when connect to remote server
and change "Host" in http request header to localhost: "Host: localhost".
It work! It is troble, I think!
> You can change that behaviour if you add following code to the <system.web>
> section.
[quoted text clipped - 59 lines]
> > > > Thanks,
> > > > Alexander Inochkin.
M.Posseth - 28 Feb 2005 13:29 GMT
did you miss this section of my reply ??
You can similary turn off remote testing
> <webServices>
> <protocols>
> <remove name="HttpPost" />
> <remove name="HttpGet" />
> </protocols>
> </webServices>
Add the above section to the web config file and you will see that it wil
not work anymore
if the above does not work then you might have a problem
As i said before i do not see the big security issue in framework 1.0 it was
standard that everyone could test a simple service ( service that use no
complex datatypes ) over the web and i thought that it was handy .

Signature
Met vriendelijke groet
Kind regards,
Michel Posseth
Software Developer
Microsoft Certified Professional
> > Well you can trigger a webservice with http post / get and SOAP
> >
[quoted text clipped - 70 lines]
> > > > > Thanks,
> > > > > Alexander Inochkin.