> The service has a forward <binding.ws/> and a callback <binding.ws/>. > These have no "name=" attribute, so they both default to the name of > the service. SCA doesn't permit two bindings with the same name, and > this is why you get the warning. The {2} in the message is a bug in > the 1.3.1 message template, and has been fixed in the latest code. >
Interesting. I didn't realize that the it checked across both forward and callback binding collections to determine uniqueness of binding name. Simon