WebService target, protocol HttpGet not implemented, why not?

4 messages Options
Embed this post
Permalink
itamar

WebService target, protocol HttpGet not implemented, why not?

Reply Threaded More More options
Print post
Permalink
WebService target HttpGet not implemented? why not?
itamar

Re: WebService target, protocol HttpGet not implemented, why not?

Reply Threaded More More options
Print post
Permalink
Another issue is that if an exception is thrown in WebService while Invoking Post, Soap, etc, an exception is thrown. Is this practical? The web server is down, my application will start to throw exceptions on each log attempt...
Jaroslaw Kowalski

Re: WebService target, protocol HttpGet not implemented, why not?

Reply Threaded More More options
Print post
Permalink
Are you using <nlog throwExceptions="true" /> ?
Unless you're doing that, NLog will not pass any exceptions to the user code.
 
HTTP GET support is an omission from NLog v1 and will be implemented in NLog v2.0. It's not there yet. Can you please file a bug at nlog.codeplex.com ?
 
Jarek
 
On Tue, Nov 3, 2009 at 7:05 AM, itamar [via NLog Forum] <[hidden email]> wrote:
Another issue is that if an exception is thrown in WebService while Invoking Post, Soap, etc, an exception is thrown. Is this practical? The web server is down, my application will start to throw exceptions on each log attempt...

itamar

Re: WebService target, protocol HttpGet not implemented, why not?

Reply Threaded More More options
Print post
Permalink
yes you're right, throwExceptions was set to true. thanks.

http://nlog.codeplex.com/WorkItem/View.aspx?WorkItemId=2968