Native XML WebService Without Authentication
Posted
by tom
on Stack Overflow
See other posts from Stack Overflow
or by tom
Published on 2010-05-04T03:40:03Z
Indexed on
2010/05/04
3:48 UTC
Read the original article
Hit count: 238
So this my first question here, let's look how it works.
I'm working on a project, which has to to provide a "Native XML WebService" on a SQL Server 2005. The web service and the WSDL generation works fine. But there are troubles with the authentication. Is it possible to turn the authentication off (The tests and the documentation by Microsoft say no.)? And if so how?
© Stack Overflow or respective owner