Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created one WCF service ,which works fine on visual studio debug mode ,but when i hosted it on IIS 7.5, its even hosted properly i.e methods can be accessed on publicly,
Scenario: client(device) do call the method without service name,
ex: http://xxx.xxx.xxx.xx:port/?wsdl (client calls)

but service is hosted like this
http://xxx.xxx.xxx.xx:port/ServiceName.svc?wsdl

Now here i have problem
How to call service without service name ,even i searched in google there i am getting lot of links but m not getting the solution or weather something missing in service which development machine is taking care of itself.

Please suggest me

Thanks in advance
Posted
Updated 1-Jul-13 19:21pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900