how to Mask wsdl
-
Tuesday, March 13, 2012 1:36 PM
Hi
I am new to WebServices, recently started working on it.
I have created a WebService running on http://localhost:9001/MyFirstWebservice?wsdl .
Any one can make use of the service with the above mentioned url.
my requirement is , i do not want to expose the operations mentioned in the service to the clients , meaning that I need to mask the service.
i.e,, client should be given a link , then that link should redirect to the above mentioned service and then it replies back to the client for his request.
Can any one help me out of this!!!
All Replies
-
Tuesday, March 13, 2012 7:48 PM
Hi c_ds,
you can rewrite your URL. after rewriting url it display different then orignal url
check below link to rewrite url
http://social.msdn.microsoft.com/Forums/is/asmxandxml/thread/489049e9-42fa-4e1f-9eeb-7a99f83f5521
http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/350f2cb6-febd-4978-ae65-f79735d412db
Regards
Kayden

