![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
Dear All, The following is the information I have about "http://tempuri.org/" that is used as a default namespace in ASP.Net Services... Each XML Web Service needs a unique namespace in order for client applications to distinguish it from other services on the Web. By default, ASP.Net Web Services use http://tempuri.org/ for this purpose. While this suitable for XML Web Services under development, published services should use a unique, permanent namespace. Your XML Web Service should be identified by a namespace that you control. For example, you can use your company's Internet domain name as part of the namespace. Although many namespaces look like URLs, they need not point to actual resources on the Web. My queries are: 1. I am deploying the WebServices at the Client Server. How do I then change the [WebService(Namespace="http://microsoft.com/webservices/")] namespace to point ot the client server and not my server? 2. Does putting your own namespace make the WebService faster? 3. Can I find developers help on using own namespaces in WebServices? Please help... TALIA Many Regards Sunil |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |