Method Cannot be reflected error
- by acadia
Hello,
I am trying to add the web reference of a IBM FileNet WebSErvice in my .net application.
The only change I did is changed the namespace in the reference from
System.Web.Services.Protocols.SoapHttpClientProtocol TO
Microsoft.Web.Services3.WebServicesClientProtocol
After doing so, though the application is building properly.
I am getting an error ExecuteChanges[webMethod] cannot be reflected.
Please help