I've created behavior named "clientEndpointBehavior" (with helo of WCF editor - Configure button) but get new error:
Server error in application '/MicrosoftDynamicsAXAif60'
[ArgumentNullException: Value can not be undefined.
Имя параметра: routerServiceEndpoint]
Microsoft.Dynamics.Ax.Services.Host.AxServiceHost.AddServiceEndpoints(Assembly serviceAssembly) +664
Microsoft.Dynamics.Ax.Services.Host.AxServiceHost..ctor(ServiceElement serviceElement, String axServiceAssemblyName, Type routerServiceType, RoutingConfiguration routingConfiguration, Configuration serviceConfiguration, String portName, Uri[] baseAddresses) +196
Microsoft.Dynamics.Ax.Services.Host.AxServiceHostFactory.CreateServiceHost(Type serviceType, Uri[] baseAddresses) +475
System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses) +578
System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath, EventTraceActivity eventTraceActivity) +1451
System.ServiceModel.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity) +76
System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity) +901
[ServiceActivationException: Unalbe to activate service
"/MicrosoftDynamicsAXAif60/Wtest/xppservice.svc" because of exception during compilation. Exception message: Value can not be undefined.
Parameter name: routerServiceEndpoint.]
System.Runtime.AsyncResult.End(IAsyncResult result) +649900
System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +210877
System.Web.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar) +166
I don't understand one thing: I've not created something specific, I've created simple inbound port with HTTP adapter on standard Ax2012 service (ADS) and it doesn't work ... why ? :(