I have an application that references a web service using WSE 3.0 (VS2k5 and .Net 2.0). The application, which is a third-party app, contains a reference to the proxy object "ThisServiceWse", when I update the web service reference the proxy object name is changed to "ThisService", without the "Wse" suffix. This implies that the project is not using WSE even though the project properties say otherwise. Has anyone seen this? How do I fix it? I've already tried uninstalling/reinstalling WSE to no avail.
Also, as a side question. I can't upgrade this service because it utilizes the "RequireMTOM" property. Is it possible to set this property in .Net 3.5 web services? Would love to upgrade from WSE 3.0.