User-200757374 posted
I was just wanting to "cleanup" my WSDL for my .NET 4.0 WCF Web Service and I have most references to tempuri.org changed, except two.
I have added
[ServiceBehavior(Namespace="http://www.mysite.com")]
and
[ServiceContract(Namespace="http://www.mysite.com/")]
But, my WSDL still has a reference to
<wsdl:definitions ... xmlns:i0="http://tempuri.org/" ...
and
<wsdl:import namespace="http://tempuri.org/" ...
Any suggestions on the proper way of cleaning these up?
Thanks,
Jim