I\'m working with multiple third party webservices (from the same vendor) that appear to be using the same object structure server side. One of the services allows me to qu
According to the MSDN documentation for this to work, the namespace, name, and wire signature must be identical in all services. Something looks like they're not matching up so these are a good place to start looking.