I’m trying to consume a WSE enabled Web Service from an ASP.NET Web Site.
I’ve installed WSE 3.0, used the config tool to add WSE info to my web.config and then done an Add Web Reference.
I believe that the problem may be that this is a Web SITE, not a Web APPLICATION. As such, the proxy class is generated at runtime, perhaps not adding the WSE magic.
I can access the proxy class from metadata, and it’s of type System.Web.Services.Protocols.SoapHttpClientProtocol, which as far as I can tell doesn’t have any WSE functionality.
I realize that this is all old technology, but I don’t get to decide what the servers run 🙁
Any help would be greatly appreciated
You are wrong, proxy is generated when you are adding web reference.
Could you tell me how you are adding web reference to the website.
Please refer following article – http://msdn.microsoft.com/en-us/library/5sds7a0b.aspx
Please refer following article – How to Add a Web Reference