posts - 18, comments - 23, trackbacks - 1

My Links

News

This blog has moved to http://shailen.sukul.org

Article Categories

Archives

Post Categories

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
{
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Print | posted on Friday, April 07, 2006 10:36 PM | Filed Under [ .Net Oddities ]

Feedback

No comments posted yet.
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

Powered by: