Re: Webservice "verstecken"
Tech-Archive recommends: Fix windows errors by optimizing your registry
- From: "Lutz Elßner" <www.vb-hosting.de>
- Date: Thu, 29 Nov 2007 15:37:35 +0100
Hallo NG,
Ich habe in VB einen Webservice programmiert.
Mein Problem ist, dass wenn ich diesen Webservice aufrufe, mir die
Methoden
angezeigt werden.
Ich hätte gerne, dass die Methoden zwar vom Client aufrufbar sind, jedoch
nicht angezeigt werden.
Wie erreiche ich dies?
Du könntest den Webservice mit Forms Authentication schützen.
Dazu ist ein zweiter ungeschützter Webservice nötig, über den nur das Login
erfolgt.
Auf dem Client müssen beide Webservice-Proxy Klassen die selbe Instanz eines
Cookie Container bekommen. Dann wird das Authentication Ticket, das beim
Login zugewiesen wird, immer mit zu dem geschützten Webservice übertragen.
Lutz
.
Relevant Pages
- Re: client impersonation
... While you are able to retrieve the login names of all current ... Why not create a simple client autostart ... tool that makes a request to the webservice with the user's login ... impersonate the client user to have the appropriate rights on the ... (microsoft.public.win32.programmer.tapi) - RE: simulating asp.net impersonation
... And this will depend on the client credential passed from the ... windows, webservice dosn't support interactive ... through the proxy class's Credentials property and specify the ... Message to contain our custom authentication info. ... (microsoft.public.dotnet.framework.windowsforms) - At least one timestamp expire.
... I am having a WSE 2.0 webservice that authenticate X509 client and ... client to send x509 token for authentication. ... The x509 authentication work fine when it is used from intranet ... (microsoft.public.dotnet.framework.webservices.enhancements) - Page redirection in webservices ?
... i have a webservice which has some methods and a login page.I 've ... use the webservice's login page. ... How can i redirect the client to go to the webservice's login page. ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: Login prompts for document link after authentication
... but none of the users will access the MOSS internally. ... PKI enabled authentication. ... they will be required to login. ... Trusted Client vs. an Untrusted Client, ... (microsoft.public.sharepoint.portalserver) |
|