Reputation: 334
If I create a AIF-WebService (custom or document) the targetNamespace is set to "http://tempuri.org/". Is it possible to change that?
I've set the property "Namespace" in the service node in the AOT and I set in the configuration of the service the BindingNamespace in Service->ServiceName->Endpoints->DefaultServiceGroupEndpoint but that doesn't changed the targetNamespace.
And I don't know if it matters, we use the IIS as webserver.
Upvotes: 1
Views: 1568
Reputation: 71
You can easily change service namespace by doing two steps below:
Give it a minute and you will see change has taken its place.
According to this article:
If you make any changes to a service, or if you add a custom service in the AOT, you must refresh the services for those changes to be reflected in AIF.
Upvotes: 4