> protected override void InitializeRuntime()
> {
> ServiceEndpoint endpoint = this.AddServiceEndpoint(iServiceInterfaceType,
> new WebHttpBinding(),
> String.Empty);
> endpoint.Behaviors.Add(new WebHttpBehavior());You may want to add WebScriptEnablingBehavior instead or additionally to WebHttpBehavior. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
