Blog Stats
  • Posts - 17
  • Articles - 2
  • Comments - 16
  • Trackbacks - 1

 

Web Service Inheritance Error

Web Service Inheritance Error

We have a bunch of web services that are derived from a base web service class.

When running one of the derived web services, I got the following error:

“Server did not recognize the value of HTTP Header SOAPAction:”

The error was caused by not providing an explicit namespace for the derived web service class. The following attribute fixed the error:

[WebService(Namespace="someuri")]
Class DerivedWebService : BaseWebService
{

Feedback

No comments posted yet.


Post a comment





 

 

 

Copyright © Shailen Sukul