Web service with Enterprise Library
Hi All,
I am try to adapt the exception/logging framework provided by Enterprise
Library in my .Net XML web service development. However, I encounter the
following error:
{"There is an error in the XML document. The specified type was not
recognized: name='LoggingExceptionHandlerData',
namespace='
http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/exceptionhandling',
at <exceptionHandler
xmlns='
http://www.microsoft.com/practices/enterpriselibrary/08-31-2004/exceptionhandling'>." }
Anybody can help in the trouble-shooting. The code works well if not going
through the web service!!
Thanks,
Elton
.
Relevant Pages
- RE: Passing collection as input parameter to web service
... The XmlSerializer needs to know the types that it will encounter in your ... serializer will encounter when it goes to serialize the collection. ... the web service will need to expect an array of inputs ... (microsoft.public.dotnet.framework.aspnet.webservices) - RE: SharePoint
... The only remaining issue is that the Web Service errors out randomly, ... For the SID, so far I haven't got any documentation on it since the ... but ran into the SID issue where SharePoint uses a different ... I've performed some tests and did find the problem you encounter. ... (microsoft.public.sharepoint.portalserver.development) - Re: Using an ASP.NET Web Service from classic ASP?
... > We have written a .NET XML web service that serves up system parameters ... > our system parameters across multiple environments. ... > this .NET web service from classic ASP -- does anyone know how this can be ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: Does WSDL.exes protocol parameter actually allow http post?
... Specifically, WSDL was mentioned. ... > then use WSDL.exe with the proper parameters to generate a web service ... I would suspect what is meant is that ASP Pages application functionality ... The WSDL would point to a url that was a .Net XML Web service solution to ... (microsoft.public.dotnet.framework.webservices) - Re: Does WSDL.exes protocol parameter actually allow http post?
... Specifically, WSDL was mentioned. ... then use WSDL.exe with the proper parameters to generate a web service ... I would suspect what is meant is that ASP Pages application functionality would be converted/rewritten over to a .Net XML Web service solution. ... The WSDL would point to a url that was a .Net XML Web service solution to generate the proxy classes in C# or VB .Net that a Web service client application would use to access the Web Methods that the Web service provides. ... (microsoft.public.dotnet.framework.webservices) |
|