On Tue, Mar 23, 2010 at 5:50 PM, Luciano Resende <[email protected]> wrote: > On Tue, Mar 23, 2010 at 2:15 AM, ant elder <[email protected]> wrote: >> What ever happened with this thread, are there any conclusions? >> Currently the serialized endpoint includes the implementation element >> which means that when its propagated to a remote runtime there are >> errors if the remote runtime doesn't include the extension for that >> implementation type (thats a common situation when using the SCAClient >> to access a remote service). So if nothing else from this thread i'd >> like to remove the implementation from the serialized endpoint. >> >> ...ant >> > > I have started a schema and some processor for this issue, but didn't > have time to finalize them yet. >
Ok, for the time being then in r927277 I've just set the implementation to null when the endpoint is being serialized. ...ant
