Hi there,
I need to recreate a webservice.
The current web-service operator / and creator are loosing the contract so they are not very keen (to put it mildly) to share any informatio. All I'v got are the WSDLs and some schemas.
When I consume the WSDLs I get the following information on the enpoints:


QuestionL DEV_Sax_SendSaxGateway and Dev_Sax_SendSaxGateway are:
WebServices ?

Two separate sites ?
http://localhost:9097/Dev_Sax_CheckSaxGateway
When I create and test the solution and debug it I get ALMOST the same URL, I just need to add .ASMX extension.
My goal however is to provide a URL which is EXACTLY the same (apart from the IP), in order to make it as easy for the client as possible.


Where am I making a mistake - what technology should I use. and how to get
rid of the .asmx extension in the link ?
There is a 404 when I erase the .asmx extension
